blob: cbfd7e2043a5ef874fb7866d6702036e580f4fae [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_VIEW_EXTENSION_VIEW_CONSTANTS_H_
#define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_VIEW_EXTENSION_VIEW_CONSTANTS_H_
namespace extensionview {
// API namespace.
extern const char kAPINamespace[];
// Attributes.
extern const char kAttributeExtension[];
extern const char kAttributeSrc[];
// Events.
extern const char kEventLoadCommit[];
} // namespace extensionview
#endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_VIEW_EXTENSION_VIEW_CONSTANTS_H_