| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index c50603d52ffaf9c03737c77be5d762cf11c3e21c..fd2fe9ce4b217c284d23694ddf732335967a6edc 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -48,8 +48,6 @@
|
| #include "chrome/browser/password_manager/password_store_default.h"
|
| #include "chrome/browser/policy/configuration_policy_pref_store.h"
|
| #include "chrome/browser/policy/configuration_policy_provider.h"
|
| -#include "chrome/browser/policy/profile_policy_connector.h"
|
| -#include "chrome/browser/policy/profile_policy_connector_factory.h"
|
| #include "chrome/browser/prefs/browser_prefs.h"
|
| #include "chrome/browser/prefs/pref_value_store.h"
|
| #include "chrome/browser/prerender/prerender_manager.h"
|
| @@ -409,10 +407,6 @@ void ProfileImpl::DoFinalInit() {
|
| media_cache_path, media_cache_max_size, extensions_cookie_path,
|
| app_path);
|
|
|
| - policy::ProfilePolicyConnector* policy_connector =
|
| - policy::ProfilePolicyConnectorFactory::GetForProfile(this);
|
| - policy_connector->Initialize();
|
| -
|
| // Creation has been finished.
|
| if (delegate_)
|
| delegate_->OnProfileCreated(this, true);
|
|
|