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

Unified Diff: chrome/browser/guest_view/extension_options/extension_options_constants.h

Issue 426593007: Refactor guest view availability to be API not permission based. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MostLikelyContextType Created 6 years, 4 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: chrome/browser/guest_view/extension_options/extension_options_constants.h
diff --git a/chrome/browser/guest_view/extension_options/extension_options_constants.h b/chrome/browser/guest_view/extension_options/extension_options_constants.h
index 08efd57008ae7192e87ef50b9f3c2291e93b48c4..f1a2f1b1ccd01b085a7325815593a268eec3ae23 100644
--- a/chrome/browser/guest_view/extension_options/extension_options_constants.h
+++ b/chrome/browser/guest_view/extension_options/extension_options_constants.h
@@ -7,6 +7,9 @@
namespace extensionoptions {
+// API namespace.
+extern const char kAPINamespace[];
+
// Attributes.
extern const char kAttributeAutoSize[];
extern const char kAttributeMaxHeight[];

Powered by Google App Engine
This is Rietveld 408576698