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