Chromium Code Reviews| Index: chrome/browser/browser_init.cc |
| =================================================================== |
| --- chrome/browser/browser_init.cc (revision 54564) |
| +++ 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, NULL); |
| + Browser::OpenApplicationWindow(profile, url); |
| return true; |
| } |
| } |