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

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

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/extensions/web_view_browsertest.cc ('k') | chrome/browser/webview/webview_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webview/webview_constants.h
diff --git a/chrome/browser/webview/webview_constants.h b/chrome/browser/webview/webview_constants.h
index c48ad9ba297b853841b7ed96ffc3d6bd6bfb08ba..aeb7fa789e16172461ec148897a89273d03883bc 100644
--- a/chrome/browser/webview/webview_constants.h
+++ b/chrome/browser/webview/webview_constants.h
@@ -16,6 +16,10 @@ extern const char kEventLoadCommit[];
extern const char kIsTopLevel[];
extern const char kUrl[];
+// Internal parameters/properties on events.
+extern const char kInternalCurrentEntryIndex[];
+extern const char kInternalEntryCount[];
+
// Attributes.
extern const char kAttributeApi[];
« no previous file with comments | « chrome/browser/extensions/web_view_browsertest.cc ('k') | chrome/browser/webview/webview_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698