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

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

Issue 2550683002: [Merge to 2924] Reland "Propagate information about how ARC apps are launched" (Closed)
Patch Set: Created 4 years 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.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
index 222623a9168a1b2495699961653dbe5d8415cdd5..41a4fa4d15179ea90a309230b9455b535b7d036f 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
@@ -169,7 +169,7 @@ void LauncherControllerHelper::LaunchApp(const std::string& app_id,
int event_flags) {
const ArcAppListPrefs* arc_prefs = GetArcAppListPrefs();
if (arc_prefs && arc_prefs->IsRegistered(app_id)) {
- arc::LaunchApp(profile_, app_id);
+ arc::LaunchApp(profile_, app_id, event_flags);
return;
}

Powered by Google App Engine
This is Rietveld 408576698