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

Unified Diff: chrome/browser/ui/extensions/application_launch.cc

Issue 2523053004: Enhance chrome.app.window API for shelf integration with restore support (Closed)
Patch Set: Created 4 years, 1 month 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/extensions/application_launch.cc
diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc
index f734580c1db489a1440e8addffc1c8095ebdbab5..804488c7ec20a5914c44e6ec19991cbf68972622 100644
--- a/chrome/browser/ui/extensions/application_launch.cc
+++ b/chrome/browser/ui/extensions/application_launch.cc
@@ -306,7 +306,7 @@ WebContents* OpenEnabledApplication(const AppLaunchParams& params) {
if (CanLaunchViaEvent(extension)) {
apps::LaunchPlatformAppWithCommandLine(
- params.profile, extension, params.command_line,
+ params.profile, extension, params.launch_id, params.command_line,
params.current_directory, params.source, params.play_store_status);
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698