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