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

Unified Diff: chrome/browser/ui/views/external_tab_container_win.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/ui/views/external_tab_container_win.h
===================================================================
--- chrome/browser/ui/views/external_tab_container_win.h (revision 158727)
+++ chrome/browser/ui/views/external_tab_container_win.h (working copy)
@@ -90,6 +90,7 @@
virtual gfx::NativeView GetExternalTabNativeView() const OVERRIDE;
virtual void SetTabHandle(int handle) OVERRIDE;
virtual int GetTabHandle() const OVERRIDE;
+ virtual bool ExecuteContextMenuCommand(int command) OVERRIDE;
virtual void RunUnloadHandlers(IPC::Message* reply_message) OVERRIDE;
virtual void ProcessUnhandledAccelerator(const MSG& msg) OVERRIDE;
virtual void FocusThroughTabTraversal(bool reverse,
@@ -125,7 +126,6 @@
virtual void UpdateTargetURL(content::WebContents* source, int32 page_id,
const GURL& url) OVERRIDE;
virtual void ContentsZoomChange(bool zoom_in) OVERRIDE;
- virtual gfx::NativeWindow GetFrameNativeWindow() OVERRIDE;
virtual void WebContentsCreated(content::WebContents* source_contents,
int64 source_frame_id,
const GURL& target_url,
@@ -144,7 +144,6 @@
virtual bool OnGoToEntryOffset(int offset) OVERRIDE;
virtual bool HandleContextMenu(
const content::ContextMenuParams& params) OVERRIDE;
- virtual bool ExecuteContextMenuCommand(int command) OVERRIDE;
virtual void BeforeUnloadFired(content::WebContents* tab,
bool proceed,
bool* proceed_to_fire_unload) OVERRIDE;
« no previous file with comments | « chrome/browser/external_tab/external_tab_container.h ('k') | chrome/browser/ui/views/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698