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

Unified Diff: chrome/browser/guest_view/app_view/app_view_constants.cc

Issue 426593007: Refactor guest view availability to be API not permission based. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename 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.cc
diff --git a/chrome/browser/guest_view/app_view/app_view_constants.cc b/chrome/browser/guest_view/app_view/app_view_constants.cc
index 5316ce9979277e9b362e6b4b531498adb3dccc70..e22ef623dd58079006da195cee8be2c0b1f97bd6 100644
--- a/chrome/browser/guest_view/app_view/app_view_constants.cc
+++ b/chrome/browser/guest_view/app_view/app_view_constants.cc
@@ -6,6 +6,10 @@
namespace appview {
+// API namespace for the embedder.
+const char kEmbedderApiNamespace[] = "appViewEmbedderInternal";
+
+// Parameters/properties on events.
const char kAppID[] = "appId";
const char kEmbedderID[] ="embedderId";
const char kGuestInstanceID[] = "guestInstanceId";

Powered by Google App Engine
This is Rietveld 408576698