diff options
Diffstat (limited to 'chrome/browser/chromeos/clock_menu_button.h')
-rw-r--r-- | chrome/browser/chromeos/clock_menu_button.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/clock_menu_button.h b/chrome/browser/chromeos/clock_menu_button.h index 8fca16e..54d0389 100644 --- a/chrome/browser/chromeos/clock_menu_button.h +++ b/chrome/browser/chromeos/clock_menu_button.h @@ -39,8 +39,7 @@ class ClockMenuButton : public views::MenuButton, private: // views::ViewMenuDelegate implementation. - virtual void RunMenu(views::View* source, const gfx::Point& pt, - gfx::NativeView hwnd); + virtual void RunMenu(views::View* source, const gfx::Point& pt); // Schedules the timer to fire at the next minute interval. void SetNextTimer(); |