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

Unified Diff: extensions/browser/guest_view/web_view/web_view_constants.h

Issue 945333002: Implement <webview> droplink event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_bpe
Patch Set: Addressed Istiaque's comments Created 5 years, 10 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: extensions/browser/guest_view/web_view/web_view_constants.h
diff --git a/extensions/browser/guest_view/web_view/web_view_constants.h b/extensions/browser/guest_view/web_view/web_view_constants.h
index f315600d717f0b8a2573f89a45a269e04f12df15..9769015473cd1ee0a9bbf31409d4ebf1959ae7a6 100644
--- a/extensions/browser/guest_view/web_view/web_view_constants.h
+++ b/extensions/browser/guest_view/web_view/web_view_constants.h
@@ -30,6 +30,7 @@ extern const char kEventConsoleMessage[];
extern const char kEventContentLoad[];
extern const char kEventContextMenu[];
extern const char kEventDialog[];
+extern const char kEventDropLink[];
extern const char kEventExit[];
extern const char kEventFindReply[];
extern const char kEventFrameNameChanged[];
« no previous file with comments | « content/public/browser/browser_plugin_guest_delegate.h ('k') | extensions/browser/guest_view/web_view/web_view_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698