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

Unified Diff: chrome/browser/extensions/api/webview/webview_api_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: Merge against latest changes in other CL 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
Index: chrome/browser/extensions/api/webview/webview_api_constants.cc
diff --git a/chrome/browser/extensions/api/webview/webview_api_constants.cc b/chrome/browser/extensions/api/webview/webview_api_constants.cc
index a08720f812263d059acaa9a5ae1e4e248503073f..e268195262b54feb53c9e1920d64369d0a33012d 100644
--- a/chrome/browser/extensions/api/webview/webview_api_constants.cc
+++ b/chrome/browser/extensions/api/webview/webview_api_constants.cc
@@ -10,6 +10,8 @@ namespace webview_api_constants {
const char kEventLoadCommit[] = "webview.onLoadCommit";
// Parameters/properties on events.
+const char kCurrentEntryIndex[] = "currentEntryIndex";
+const char kEntryCount[] = "entryCount";
const char kIsTopLevel[] = "isTopLevel";
const char kUrl[] = "url";

Powered by Google App Engine
This is Rietveld 408576698