| Index: chrome/browser/web_applications/web_app_win.cc
|
| diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
|
| index 8bf3b8f02b906831f87347d5fcbe1d583cdc55ed..b1aca7d247fb499305aeb0c11ff90deab2b17377 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -233,8 +233,7 @@ bool CreatePlatformShortcuts(
|
|
|
| CommandLine cmd_line(CommandLine::NO_PROGRAM);
|
| cmd_line = ShellIntegration::CommandLineArgsForLauncher(shortcut_info.url,
|
| - shortcut_info.extension_id, shortcut_info.is_platform_app,
|
| - shortcut_info.profile_path);
|
| + shortcut_info.extension_id, shortcut_info.profile_path);
|
|
|
| // TODO(evan): we rely on the fact that command_line_string() is
|
| // properly quoted for a Windows command line. The method on
|
|
|