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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc

Issue 2523053004: Enhance chrome.app.window API for shelf integration with restore support (Closed)
Patch Set: Review v2 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/app_list/app_list_controller_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
index de13c3b8c877a5477d8607ff2f14472e943ef9ee..e51efc46fb2790f8d5ed09a5fb9927232d382df8 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
@@ -127,9 +127,7 @@ void AppListControllerDelegateAsh::LaunchApp(
AppListSource source,
int event_flags) {
ChromeLauncherController::instance()->LaunchApp(
- extension->id(),
- AppListSourceToLaunchSource(source),
- event_flags);
+ extension->id(), AppListSourceToLaunchSource(source), event_flags);
DismissView();
}

Powered by Google App Engine
This is Rietveld 408576698