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 bdcd7ef7317e3639e5090880f9bc868ee3036029..fc5db0b8ab5534d301dd69278516110d3963322c 100644 |
--- a/chrome/browser/guest_view/app_view/app_view_constants.cc |
+++ b/chrome/browser/guest_view/app_view/app_view_constants.cc |
@@ -9,8 +9,11 @@ namespace appview { |
// API namespace for the embedder. |
const char kEmbedderAPINamespace[] = "appViewEmbedderInternal"; |
-// Parameters/properties on events. |
+// Create parameters. |
const char kAppID[] = "appId"; |
+const char kParams[] = "params"; |
+ |
+// Parameters/properties on events. |
const char kEmbedderID[] ="embedderId"; |
const char kGuestInstanceID[] = "guestInstanceId"; |