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(); |