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

Unified Diff: ash/mus/window_manager_application.h

Issue 2297193007: mash: Provide a fake chromeos StatisticsProvider in ash (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | chromeos/chromeos.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_application.h
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
index 1259e052e64d3f631785e56310ff4aa7c3b609c6..84477455955b4e47baaf01f93465996c8117eef0 100644
--- a/ash/mus/window_manager_application.h
+++ b/ash/mus/window_manager_application.h
@@ -20,6 +20,12 @@
#include "services/ui/common/types.h"
#include "services/ui/public/interfaces/accelerator_registrar.mojom.h"
+namespace chromeos {
+namespace system {
+class ScopedFakeStatisticsProvider;
+}
+}
+
namespace views {
class AuraInit;
class SurfaceContextFactory;
@@ -95,6 +101,11 @@ class WindowManagerApplication
mojo::Binding<mash::session::mojom::ScreenlockStateListener>
screenlock_state_listener_binding_;
+#if defined(OS_CHROMEOS)
+ std::unique_ptr<chromeos::system::ScopedFakeStatisticsProvider>
+ statistics_provider_;
+#endif
+
DISALLOW_COPY_AND_ASSIGN(WindowManagerApplication);
};
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | chromeos/chromeos.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698