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

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

Issue 17846010: <webview>: Move contentload event from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_loadstop
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
« no previous file with comments | « no previous file | chrome/browser/guestview/webview/webview_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guestview/webview/webview_constants.h
diff --git a/chrome/browser/guestview/webview/webview_constants.h b/chrome/browser/guestview/webview/webview_constants.h
index 2e7b1ac838d5f2da004863fc5257755f2dfc6db1..8be783905ee3e49e0ce9e0ff679b9cac2f20f451 100644
--- a/chrome/browser/guestview/webview/webview_constants.h
+++ b/chrome/browser/guestview/webview/webview_constants.h
@@ -10,6 +10,7 @@
namespace webview {
// Events.
+extern const char kEventContentLoad[];
extern const char kEventLoadCommit[];
extern const char kEventLoadStop[];
« no previous file with comments | « no previous file | chrome/browser/guestview/webview/webview_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698