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

Unified Diff: ash/shelf/shelf_view.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
Index: ash/shelf/shelf_view.h
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
index db298f0daa285604e1d2d7a45d28c4f10327188a..ae0ac738a3113c34fce4d0ddcc1efac983762a01 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -132,6 +132,9 @@ class ASH_EXPORT ShelfView : public views::View,
return view_model_.get();
}
+ // See Launcher::RecordCurrentAlignmentForUMAHistogram.
+ void RecordCurrentAlignmentForUMAHistogram(const char* histogram_name);
+
private:
friend class ash::test::ShelfViewTestAPI;

Powered by Google App Engine
This is Rietveld 408576698