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

Unified Diff: Source/core/page/ContextMenuController.h

Issue 492753002: Add support to populate custom context menu items. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 6 years, 4 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 | « Source/core/core.gypi ('k') | Source/core/page/ContextMenuController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ContextMenuController.h
diff --git a/Source/core/page/ContextMenuController.h b/Source/core/page/ContextMenuController.h
index 5ea8a9c90be089a3e6c53368ecf4f0fb468e88eb..04833285f4f444784466d198b0c0d300d0b19c1d 100644
--- a/Source/core/page/ContextMenuController.h
+++ b/Source/core/page/ContextMenuController.h
@@ -68,6 +68,7 @@ namespace blink {
PassOwnPtr<ContextMenu> createContextMenu(Event*);
PassOwnPtr<ContextMenu> createContextMenu(LocalFrame*, const LayoutPoint&);
+ void populateCustomContextMenu(const Event&);
void showContextMenu(Event*);
ContextMenuClient* m_client;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/page/ContextMenuController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698