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

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

Issue 460133002: Allow passing parameters within appview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed params to data 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 bdcd7ef7317e3639e5090880f9bc868ee3036029..6d8e39e56732b63dfc53996ec8cb067a4ea20ba6 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 kData[] = "data";
+
+// Parameters/properties on events.
const char kEmbedderID[] ="embedderId";
const char kGuestInstanceID[] = "guestInstanceId";
« no previous file with comments | « chrome/browser/guest_view/app_view/app_view_constants.h ('k') | chrome/browser/guest_view/app_view/app_view_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698