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

Unified Diff: ash/launcher/launcher.cc

Issue 26373009: ash:Shelf - Added UMA stats for ShelfAlignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ws 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/launcher/launcher.cc
diff --git a/ash/launcher/launcher.cc b/ash/launcher/launcher.cc
index 9637acb018702390415af0f0211c7206255d5520..6af80c6c2b730758ba0c341cce6fc9cea0845285 100644
--- a/ash/launcher/launcher.cc
+++ b/ash/launcher/launcher.cc
@@ -194,4 +194,9 @@ app_list::ApplicationDragAndDropHost* Launcher::GetDragAndDropHostForAppList() {
return shelf_view_;
}
+void Launcher::RecordCurrentAlignmentForUMAHistogram(
+ const char* histogram_name) {
+ shelf_view_->RecordCurrentAlignmentForUMAHistogram(histogram_name);
+}
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698