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

Unified Diff: apps/app_load_service.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
« no previous file with comments | « no previous file | apps/launcher.h » ('j') | apps/launcher.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_load_service.cc
diff --git a/apps/app_load_service.cc b/apps/app_load_service.cc
index c89a3692bf4ef15e29492daa8dfb93af37162753..07674afc8ca2498e9986a86f1430776dbd302d4b 100644
--- a/apps/app_load_service.cc
+++ b/apps/app_load_service.cc
@@ -115,11 +115,9 @@ void AppLoadService::Observe(int type,
RestartPlatformApp(profile_, extension);
break;
case LAUNCH_FOR_LOAD_AND_LAUNCH:
- LaunchPlatformAppWithCommandLine(profile_,
- extension,
- it->second.command_line,
- it->second.current_dir,
- extensions::SOURCE_LOAD_AND_LAUNCH);
+ LaunchPlatformAppWithCommandLine(
+ profile_, extension, it->second.command_line, it->second.current_dir,
+ extensions::SOURCE_LOAD_AND_LAUNCH);
stevenjb 2016/12/06 16:42:07 Please remove any formatting-only changes like thi
Andra Paraschiv 2016/12/07 08:33:21 Done.
break;
default:
NOTREACHED();
« no previous file with comments | « no previous file | apps/launcher.h » ('j') | apps/launcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698