| Index: chrome/browser/browser_init.cc
|
| ===================================================================
|
| --- chrome/browser/browser_init.cc (revision 8273)
|
| +++ chrome/browser/browser_init.cc (working copy)
|
| @@ -707,7 +707,7 @@
|
| // Are we starting an application?
|
| std::wstring app_url = parsed_command_line.GetSwitchValue(switches::kApp);
|
| if (!app_url.empty()) {
|
| - GURL url(app_url);
|
| + GURL url(URLFixerUpper::FixupURL(app_url, L""));
|
| // If the application is started for a mailto:url, this machine has some
|
| // old configuration that we should ignore. This hack saves us from some
|
| // infinite loops where we keep forwarding mailto: to the system, resulting
|
|
|