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

Unified Diff: chrome/browser/external_tab/external_tab_container.h

Issue 10987047: Remove WebContentsDelegate::ExecuteContextMenuCommand since it's not called by content. Since it's … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: also GetFrameNativeWindow Created 8 years, 3 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/external_tab/external_tab_container.h
===================================================================
--- chrome/browser/external_tab/external_tab_container.h (revision 158727)
+++ chrome/browser/external_tab/external_tab_container.h (working copy)
@@ -89,6 +89,9 @@
virtual void SetTabHandle(int handle) = 0;
virtual int GetTabHandle() const = 0;
+ // Returns true if the context menu command was handled
+ virtual bool ExecuteContextMenuCommand(int command) = 0;
+
protected:
virtual ~ExternalTabContainer() {}
« no previous file with comments | « chrome/browser/automation/automation_provider_win.cc ('k') | chrome/browser/ui/views/external_tab_container_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698