Index: chrome/browser/chromeos/status/status_area_view_chromeos.h |
=================================================================== |
--- chrome/browser/chromeos/status/status_area_view_chromeos.h (revision 110804) |
+++ chrome/browser/chromeos/status/status_area_view_chromeos.h (working copy) |
@@ -12,8 +12,6 @@ |
#include "chrome/browser/chromeos/system/timezone_settings.h" |
#include "chrome/browser/chromeos/view_ids.h" |
-class ClockMenuButton; |
- |
namespace chromeos { |
class StatusAreaViewChromeos : public StatusAreaView, |
@@ -43,12 +41,9 @@ |
void SetDefaultUse24HourClock(bool use_24hour_clock); |
// Convenience function to add buttons to a status area for ChromeOS. |
- // |clock_button| (if non-NULL) is set to the ClockMenuButton that is created |
- // by this method. |
static void AddChromeosButtons(StatusAreaView* status_area, |
StatusAreaButton::Delegate* delegate, |
- ScreenMode screen_mode, |
- ClockMenuButton** clock_button); |
+ ScreenMode screen_mode); |
private: |
void UpdateClockText(); |