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

Unified Diff: chrome/browser/shell_integration.cc

Issue 9958006: Create Linux platform app shortcuts to run in their own process. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Create updated shortcuts from NTP, add enable flag Created 8 years, 9 months 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/shell_integration.cc
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
index e3eae8167adfe1434dc27ba4912aa93a41719dfa..0a6a1e3b6eed025d4d4196ef62b84af6312d971a 100644
--- a/chrome/browser/shell_integration.cc
+++ b/chrome/browser/shell_integration.cc
@@ -114,6 +114,7 @@ CommandLine ShellIntegration::CommandLineArgsForPlatformApp(
#endif
new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
+ new_cmd_line.AppendSwitch(switches::kEnablePlatformApps);
// Convert path to absolute and ensure it exists.
FilePath absolute_extension_path(extension_path);

Powered by Google App Engine
This is Rietveld 408576698