| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 147869339b1d960142141db32f203ca49699b26a..6546d26b56ea0bd3dc34a2ef8ded6dcc01554863 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -404,6 +404,7 @@ ProfileImpl::ProfileImpl(
|
| const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| predictor_ = chrome_browser_net::Predictor::CreatePredictor(
|
| !command_line->HasSwitch(switches::kDisablePreconnect),
|
| + !command_line->HasSwitch(switches::kDnsPrefetchDisable),
|
| g_browser_process->profile_manager() == NULL);
|
|
|
| // If we are creating the profile synchronously, then we should load the
|
|
|