Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 3952bf069f799cd4a34e3d5c21ba7b187830128e..0bba81db6d6bf289eb33fbd9e87cc8d38ba531a9 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -190,15 +190,8 @@ class BrowserProcessImpl : public BrowserProcess, |
scoped_ptr<WatchDogThread> watchdog_thread_; |
bool created_browser_policy_connector_; |
-#if defined(ENABLE_CONFIGURATION_POLICY) |
// Must be destroyed after |local_state_|. |
scoped_ptr<policy::BrowserPolicyConnector> browser_policy_connector_; |
-#else |
- // Must be destroyed after |local_state_|. |
- // This is a stub when policy is not enabled. Otherwise, the PolicyService |
- // is owned by the |browser_policy_connector_| and this is not used. |
- scoped_ptr<policy::PolicyService> policy_service_; |
-#endif |
bool created_profile_manager_; |
scoped_ptr<ProfileManager> profile_manager_; |