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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.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/ash/launcher/chrome_launcher_controller_impl.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
index 2aaaf707ea975ed3af61ddcc8c004f0a21276efb..e968f6e41f4e5f697e873f764cee35e0986137d4 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
@@ -488,7 +488,7 @@ void ChromeLauncherControllerImpl::ActivateApp(const std::string& app_id,
if (!app_controller->GetRunningApplications().empty())
app_controller->Activate(source);
else
- LaunchApp(app_id, source, event_flags);
+ LaunchApp(app_id, "", source, event_flags);
}
extensions::LaunchType ChromeLauncherControllerImpl::GetLaunchType(

Powered by Google App Engine
This is Rietveld 408576698