Index: chrome/browser/ui/app_list/app_list_controller_delegate.h |
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.h b/chrome/browser/ui/app_list/app_list_controller_delegate.h |
index 71c60770a2220b24628ea459b10ded14b541301d..7df3ccbaf735928360583a3cb9c8b2e75990fbd4 100644 |
--- a/chrome/browser/ui/app_list/app_list_controller_delegate.h |
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate.h |
@@ -99,11 +99,12 @@ class AppListControllerDelegate { |
AppListSource source, |
int event_flags) = 0; |
- // Launch the app. |
+ // Launch the app on the display identified by |display_id|. |
virtual void LaunchApp(Profile* profile, |
const extensions::Extension* extension, |
AppListSource source, |
- int event_flags) = 0; |
+ int event_flags, |
+ int64_t display_id) = 0; |
static std::string AppListSourceToString(AppListSource source); |