| 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);
|
|
|