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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.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
Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
index 578b5c15a5592361d77b82050fd5c0f8c720feca..59548be984185bbcc31b712df41090aa32e7e32d 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
@@ -42,7 +42,8 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
void LaunchApp(Profile* profile,
const extensions::Extension* extension,
AppListSource source,
- int event_flags) override;
+ int event_flags,
+ int64_t display_id) override;
private:
ash::ShelfLaunchSource AppListSourceToLaunchSource(AppListSource source);

Powered by Google App Engine
This is Rietveld 408576698