Index: chrome/browser/browser_init.cc |
=================================================================== |
--- chrome/browser/browser_init.cc (revision 55729) |
+++ chrome/browser/browser_init.cc (working copy) |
@@ -638,7 +638,7 @@ |
ChildProcessSecurityPolicy::GetInstance(); |
if (policy->IsWebSafeScheme(url.scheme()) || |
url.SchemeIs(chrome::kFileScheme)) { |
- Browser::OpenApplicationWindow(profile, url); |
+ Browser::OpenApplicationWindow(profile, url, NULL); |
return true; |
} |
} |
@@ -784,7 +784,7 @@ |
TabContents* tab = browser->AddTabWithURL( |
tabs[i].url, GURL(), PageTransition::START_PAGE, index, add_types, NULL, |
- tabs[i].app_id); |
+ tabs[i].app_id, NULL); |
if (profile_ && first_tab && process_startup) { |
AddCrashedInfoBarIfNecessary(tab); |