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

Unified Diff: ash/shell.h

Issue 9702024: ash: Take the 24h clock pref into consideration when showing the time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 475df7a0f102844d6e5572f6817b5bca9d3114be..70d8b63605dc4eb7695c9e88c665753de82c543b 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -42,6 +42,7 @@ namespace ash {
class AcceleratorController;
class AudioController;
class BrightnessController;
+class DateFormatObserver;
class Launcher;
class NestedDispatcherController;
class NetworkController;
@@ -197,6 +198,9 @@ class ASH_EXPORT Shell {
BrightnessController* brightness_controller() const {
return brightness_controller_;
}
+ DateFormatObserver* date_format_observer() const {
+ return date_format_observer_;
+ }
NetworkController* network_controller() const {
return network_controller_;
}
@@ -286,6 +290,7 @@ class ASH_EXPORT Shell {
// These controllers are not owned by the shell.
AudioController* audio_controller_;
BrightnessController* brightness_controller_;
+ DateFormatObserver* date_format_observer_;
NetworkController* network_controller_;
PowerStatusController* power_status_controller_;
UpdateController* update_controller_;
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698