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

Unified Diff: chrome/browser/guestview/guestview_constants.cc

Issue 21930006: <webview>: Allocate the view instance ID from the WebView shim (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 7 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
« no previous file with comments | « chrome/browser/guestview/guestview_constants.h ('k') | chrome/browser/guestview/webview/webview_guest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guestview/guestview_constants.cc
diff --git a/chrome/browser/guestview/guestview_constants.cc b/chrome/browser/guestview/guestview_constants.cc
index 870de3c56d45845b77da1afd628ca6840584a786..a1e69efba668fbd6e2e3f2191221546aedc56dc9 100644
--- a/chrome/browser/guestview/guestview_constants.cc
+++ b/chrome/browser/guestview/guestview_constants.cc
@@ -11,8 +11,9 @@ const char kIsTopLevel[] = "isTopLevel";
const char kReason[] = "reason";
const char kUrl[] = "url";
-// Attributes.
-const char kAttributeApi[] = "api";
+// Initialization parameters.
+const char kParameterApi[] = "api";
+const char kParameterInstanceId[] = "instanceId";
// Other.
const int kInstanceIDNone = 0;
« no previous file with comments | « chrome/browser/guestview/guestview_constants.h ('k') | chrome/browser/guestview/webview/webview_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698