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

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: Created 7 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
« no previous file with comments | « ash/shell.h ('k') | ash/shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 9e6d51e9807a7ec216fba2d3afe4ef59a6f1c81f..452b6501a6e011bd93dd6ce91b72e53f7c042851 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -563,6 +563,7 @@ Shell::Shell(ShellDelegate* delegate)
gpu::GPU_FEATURE_TYPE_PANEL_FITTING);
output_configurator_->Init(!is_panel_fitting_disabled);
+ periodic_metrics_recorder_.reset(new PeriodicMetricsRecorder);
base::MessagePumpX11::Current()->AddDispatcherForRootWindow(
output_configurator());
« no previous file with comments | « ash/shell.h ('k') | ash/shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698