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

Unified Diff: chrome/browser/views/toolbar_view.h

Issue 270067: Converts some uses of native_view to native_window. This is necessitated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/toolbar_view.h
===================================================================
--- chrome/browser/views/toolbar_view.h (revision 28706)
+++ chrome/browser/views/toolbar_view.h (working copy)
@@ -114,8 +114,7 @@
virtual bool GetAcceleratorInfo(int id, views::Accelerator* accel);
// Overridden from views::MenuDelegate:
- virtual void RunMenu(views::View* source, const gfx::Point& pt,
- gfx::NativeView hwnd);
+ virtual void RunMenu(views::View* source, const gfx::Point& pt);
// Overridden from GetProfilesHelper::Delegate:
virtual void OnGetProfilesDone(const std::vector<std::wstring>& profiles);
@@ -180,8 +179,8 @@
void LoadRightSideControlsImages();
// Runs various menus.
- void RunPageMenu(const gfx::Point& pt, gfx::NativeView hwnd);
- void RunAppMenu(const gfx::Point& pt, gfx::NativeView hwnd);
+ void RunPageMenu(const gfx::Point& pt);
+ void RunAppMenu(const gfx::Point& pt);
void CreatePageMenu();
void CreateZoomMenuContents();

Powered by Google App Engine
This is Rietveld 408576698