| Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| index 6039cae2b545e837a19338f09b84b37b123cf685..efb5ce07cbd6b637e326527e24c8f55491e69cc3 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| @@ -330,10 +330,6 @@ bool StartupBrowserCreatorImpl::Launch(Profile* profile,
|
|
|
| if (command_line_.HasSwitch(switches::kDnsLogDetails))
|
| chrome_browser_net::EnablePredictorDetailedLog(true);
|
| - if (command_line_.HasSwitch(switches::kDnsPrefetchDisable) &&
|
| - profile->GetNetworkPredictor()) {
|
| - profile->GetNetworkPredictor()->EnablePredictor(false);
|
| - }
|
|
|
| AppListService::InitAll(profile);
|
| if (command_line_.HasSwitch(switches::kAppId)) {
|
|
|