Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / extensions / browser / guest_view / extension_view / extension_view_constants.h
blobe2e07801c968ae6ebc873d5e62557ae82d070dad
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_VIEW_CONSTANTS_H_
6 #define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_VIEW_CONSTANTS_H_
8 namespace extensionview {
10 // API namespace.
11 extern const char kAPINamespace[];
13 // Attributes.
14 extern const char kAttributeExtension[];
15 extern const char kAttributeSrc[];
17 // Events.
18 extern const char kEventLoadCommit[];
20 } // namespace extensionview
22 #endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_VIEW_EXTENSION_OPTIONS_CONSTANTS_H_