Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: extensions/browser/guest_view/extension_view/extension_view_constants.h

Issue 873933002: Add <extensionview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move test files out of shim/ directory Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/guest_view/extension_view/extension_view_constants.h
diff --git a/extensions/browser/guest_view/extension_options/extension_options_constants.h b/extensions/browser/guest_view/extension_view/extension_view_constants.h
similarity index 53%
copy from extensions/browser/guest_view/extension_options/extension_options_constants.h
copy to extensions/browser/guest_view/extension_view/extension_view_constants.h
index 28228c2462d417c672d8bd504cb2abfca79de1b9..92583757098ee105a6a5e00a547ee6559700f8fe 100644
--- a/extensions/browser/guest_view/extension_options/extension_options_constants.h
+++ b/extensions/browser/guest_view/extension_view/extension_view_constants.h
@@ -1,17 +1,18 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// 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_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
-#define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
+#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_VIEW_CONSTANTS_H_
+#define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_VIEW_CONSTANTS_H_
-namespace extensionoptions {
+namespace extensionview {
// API namespace.
extern const char kAPINamespace[];
-extern const char kExtensionId[];
+// Attributes.
+extern const char kAttributeSrc[];
-} // namespace extensionoptions
+} // namespace extensionview
-#endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
+#endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_VIEW_EXTENSION_OPTIONS_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698