Index: chrome/browser/shell_integration.cc |
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc |
index 13782d81e7eee713bf7f3f6a18ad2165cafc0883..4b6b2a5dd252254ab2aedcecbfb522f7c07fbcda 100644 |
--- a/chrome/browser/shell_integration.cc |
+++ b/chrome/browser/shell_integration.cc |
@@ -52,7 +52,7 @@ std::string ShellIntegration::GetCommandLineArgumentsCommon(const GURL& url, |
// during launch. |
if (!extension_app_id.empty()) { |
arguments_w += std::wstring(L"--") + ASCIIToWide(switches::kAppId) + |
- L"=\"" + ASCIIToWide(UTF16ToASCII(extension_app_id)); |
+ L"=\"" + ASCIIToWide(UTF16ToASCII(extension_app_id)) + L"\""; |
} else { |
// Use '--app=url' instead of just 'url' to launch the browser with minimal |
// chrome. |