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

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

Issue 17165004: <webview>: Partially migrate loadcommit event from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT 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/webview/webview_constants.h
diff --git a/chrome/browser/webview/webview_constants.h b/chrome/browser/webview/webview_constants.h
index ee8cef478403dbaf0425b71da41f02640354792f..d796555d7ff80e8811fa0072b98c3bc49633fc7c 100644
--- a/chrome/browser/webview/webview_constants.h
+++ b/chrome/browser/webview/webview_constants.h
@@ -9,6 +9,13 @@
namespace webview_constants {
+// Events.
+extern const char kEventLoadCommit[];
+
+// Parameters/properties on events.
+extern const char kIsTopLevel[];
+extern const char kUrl[];
+
// Attributes.
extern const char kAttributeApi[];

Powered by Google App Engine
This is Rietveld 408576698