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..bdcd7ef7317e3639e5090880f9bc868ee3036029 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"; |