Chromium Code Reviews| Index: chrome/browser/browser_init.cc | 
| =================================================================== | 
| --- chrome/browser/browser_init.cc (revision 54528) | 
| +++ chrome/browser/browser_init.cc (working copy) | 
| @@ -632,7 +632,7 @@ | 
| ChildProcessSecurityPolicy::GetInstance(); | 
| if (policy->IsWebSafeScheme(url.scheme()) || | 
| url.SchemeIs(chrome::kFileScheme)) { | 
| - Browser::OpenApplicationWindow(profile, url); | 
| + Browser::OpenApplicationWindow(profile, url, NULL); | 
| return true; | 
| } | 
| } |