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

Unified Diff: chrome/browser/guest_view/app_view/app_view_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/app_view/app_view_constants.h
diff --git a/chrome/browser/guest_view/app_view/app_view_constants.h b/chrome/browser/guest_view/app_view/app_view_constants.h
index a6f29cfd80e4c80931413b5207efcea0a95b9f09..0222e6f2368d2c0cfa4e3670ab6633d864fd14ee 100644
--- a/chrome/browser/guest_view/app_view/app_view_constants.h
+++ b/chrome/browser/guest_view/app_view/app_view_constants.h
@@ -9,6 +9,9 @@
namespace appview {
+// API namespace for the *embedder*. The embedder and guest use different APIs.
+extern const char kEmbedderAPINamespace[];
+
// Parameters/properties on events.
extern const char kAppID[];
extern const char kEmbedderID[];

Powered by Google App Engine
This is Rietveld 408576698