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

Unified Diff: ash/launcher/launcher.h

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
« no previous file with comments | « no previous file | ash/launcher/launcher.cc » ('j') | ash/shelf/shelf_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index 693f137b4265ebafe1fe24831577dfd08cb11b41..220b2022446ebad02a4ca0dcee4ad9afb8e62ce8 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -114,6 +114,9 @@ class ASH_EXPORT Launcher {
// Returns ApplicationDragAndDropHost for this Launcher.
app_list::ApplicationDragAndDropHost* GetDragAndDropHostForAppList();
+ // Record the current shelf alignment state to the named UMA_HISTOGRAM.
+ void RecordCurrentAlignmentForUMAHistogram(const char* histogram_name);
+
private:
friend class ash::test::LauncherTestAPI;
« no previous file with comments | « no previous file | ash/launcher/launcher.cc » ('j') | ash/shelf/shelf_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698