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

Unified Diff: chrome/browser/webview/webview_constants.cc

Issue 17447005: <webview>: Move back, forward, canGoBack, canGoForward, go from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@filter_listener
Patch Set: Created 7 years, 6 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/webview/webview_constants.h ('k') | chrome/browser/webview/webview_guest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webview/webview_constants.cc
diff --git a/chrome/browser/webview/webview_constants.cc b/chrome/browser/webview/webview_constants.cc
index 0766a216b8b436985510679840cf446defdc0442..95343dca02f014c8b4df7e459775e6294be54e0a 100644
--- a/chrome/browser/webview/webview_constants.cc
+++ b/chrome/browser/webview/webview_constants.cc
@@ -13,6 +13,10 @@ const char kEventLoadCommit[] = "webview.onLoadCommit";
const char kIsTopLevel[] = "isTopLevel";
const char kUrl[] = "url";
+// Internal parameters/properties on events.
+const char kInternalCurrentEntryIndex[] = "currentEntryIndex";
+const char kInternalEntryCount[] = "entryCount";
+
// Attributes.
const char kAttributeApi[] = "api";
« no previous file with comments | « chrome/browser/webview/webview_constants.h ('k') | chrome/browser/webview/webview_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698