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; |