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

Unified Diff: chrome/browser/views/tab_contents/render_view_context_menu_win.h

Issue 126107: Creates a new TabContentsViewGtk for views based FE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: chrome/browser/views/tab_contents/render_view_context_menu_win.h
===================================================================
--- chrome/browser/views/tab_contents/render_view_context_menu_win.h (revision 18458)
+++ chrome/browser/views/tab_contents/render_view_context_menu_win.h (working copy)
@@ -28,7 +28,7 @@
views::Accelerator* accelerator);
virtual void ExecuteCommand(int command_id);
- HMENU GetMenuHandle() const {
+ gfx::NativeMenu GetMenuHandle() const {
return (menu_.get() ? menu_->GetNativeMenu() : NULL);
}

Powered by Google App Engine
This is Rietveld 408576698