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

Unified Diff: ash/shell.cc

Issue 26373009: ash:Shelf - Added UMA stats for ShelfAlignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits & things Created 7 years, 2 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: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index e97959e8e006721cc4da82e490a3a021dad2393c..cbed4725aeba5d826a42b55b2abfb065163db923 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -562,6 +562,7 @@ Shell::Shell(ShellDelegate* delegate)
gpu::GPU_FEATURE_TYPE_PANEL_FITTING);
output_configurator_->Init(!is_panel_fitting_disabled);
+ periodic_metrics_recorder_.reset(new AshPeriodicMetricsRecorder);
base::MessagePumpX11::Current()->AddDispatcherForRootWindow(
output_configurator());

Powered by Google App Engine
This is Rietveld 408576698