Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
index c944f12f1860fc7b0d712516420ae6a68549daf3..1b2583b05b6adb19ff64d483e156887c0ab81cb0 100644 |
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
@@ -115,7 +115,7 @@ void AppListControllerDelegateAsh::LaunchApp( |
int event_flags) { |
ChromeLauncherController::instance()->LaunchApp( |
ash::ShelfID(extension->id()), AppListSourceToLaunchSource(source), |
- event_flags); |
+ event_flags, NULL); |
stevenjb
2017/05/22 17:55:28
Use nullptr and add a comment describing what the
|
DismissView(); |
} |