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

Unified Diff: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h

Issue 2351893002: mash: Fix system tray clock 12/24 hour time setting (Closed)
Patch Set: review comments Created 4 years, 3 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
Index: chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
diff --git a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
index 95ed2cce4068451130cb6a670c349c87023a9340..4df07cc2195a160282d479c5285d6326081e7f77 100644
--- a/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
+++ b/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h
@@ -7,12 +7,12 @@
#include <memory>
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "chrome/browser/chrome_browser_main_extra_parts.h"
class ImmersiveContextMus;
class ImmersiveHandlerFactoryMus;
+class SystemTrayControllerMus;
class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
public:
@@ -27,6 +27,7 @@ class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
private:
std::unique_ptr<ImmersiveHandlerFactoryMus> immersive_handler_factory_;
std::unique_ptr<ImmersiveContextMus> immersive_context_;
+ std::unique_ptr<SystemTrayControllerMus> system_tray_controller_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAsh);
};

Powered by Google App Engine
This is Rietveld 408576698