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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_controller_helper.h

Issue 2894743002: Make launching apps from shelf more intuitive (Closed)
Patch Set: Apply fix to patch set 3 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/launcher/launcher_controller_helper.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
index 0aa0131675a08f485e9cbd8366cef2b5cbbd1ce8..0b518dcdc26a3d9a955043797a4263c9a5032d01 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
@@ -43,7 +43,8 @@ class LauncherControllerHelper : public ExtensionEnableFlowDelegate {
void LaunchApp(const ash::ShelfID& id,
ash::ShelfLaunchSource source,
- int event_flags);
+ int event_flags,
+ int64_t display_id);
virtual ArcAppListPrefs* GetArcAppListPrefs() const;

Powered by Google App Engine
This is Rietveld 408576698