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

Unified Diff: chrome/browser/chromeos/status/status_area_view_chromeos.h

Issue 8500005: Reverting this as it breaks (at least) the Windows Aura build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/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();

Powered by Google App Engine
This is Rietveld 408576698