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

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate.h

Issue 2894743002: Make launching apps from shelf more intuitive (Closed)
Patch Set: Affected by new revision, gclient sync and re-upload. Created 3 years, 7 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
« no previous file with comments | « ash/shelf/shelf.cc ('k') | chrome/browser/ui/app_list/extension_app_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/shelf/shelf.cc ('k') | chrome/browser/ui/app_list/extension_app_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698