| 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 794dcb164e8b5f935081cb567078d8df9e12cb91..998a40ef6c4d0ee03465a69bda5bf55da2489c8a 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);
|
| - }
|
|
|
| if (AppListService::HandleLaunchCommandLine(command_line_, profile))
|
| return true;
|
|
|