| Index: chrome/browser/ui/browser_init.cc
|
| diff --git a/chrome/browser/ui/browser_init.cc b/chrome/browser/ui/browser_init.cc
|
| index cc26ca6f8313ac6652ab7fd3b99d81fcbcbdf707..f7b8074110f9c8af4571688dcbf36460febdfc5a 100644
|
| --- a/chrome/browser/ui/browser_init.cc
|
| +++ b/chrome/browser/ui/browser_init.cc
|
| @@ -782,7 +782,7 @@ Browser* BrowserInit::LaunchWithProfile::OpenTabsInBrowser(
|
| // This avoids us getting into an infinite loop asking ourselves to open
|
| // a URL, should the handler be (incorrectly) configured to be us. Anyone
|
| // asking us to open such a URL should really ask the handler directly.
|
| - if (!process_startup && !URLRequest::IsHandledURL(tabs[i].url))
|
| + if (!process_startup && !net::URLRequest::IsHandledURL(tabs[i].url))
|
| continue;
|
|
|
| int add_types = first_tab ? TabStripModel::ADD_SELECTED :
|
|
|