Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: chrome/browser/browser_process_impl.h

Issue 1786263002: Remove uses of ENABLE_CONFIGURATION_POLICY from src/chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/signin/signin_manager_android.cc ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/android/signin/signin_manager_android.cc ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698