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

Unified Diff: ios/chrome/browser/application_context.h

Issue 1456783004: Remove configuration policy on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up gyp and DEPS Created 5 years, 1 month 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 | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/application_context_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/application_context.h
diff --git a/ios/chrome/browser/application_context.h b/ios/chrome/browser/application_context.h
index 3efaa5c7e9a6641f57107abc857159853a966591..8e15b86792ab88633a59fdf5f50114fdf0f11c63 100644
--- a/ios/chrome/browser/application_context.h
+++ b/ios/chrome/browser/application_context.h
@@ -29,11 +29,6 @@ namespace network_time {
class NetworkTimeTracker;
}
-namespace policy {
-class BrowserPolicyConnector;
-class PolicyService;
-}
-
namespace rappor {
class RapporService;
}
@@ -84,12 +79,6 @@ class ApplicationContext {
// Gets the VariationsService used by this application.
virtual variations::VariationsService* GetVariationsService() = 0;
- // Gets the policy connector, creating and starting it if necessary.
- virtual policy::BrowserPolicyConnector* GetBrowserPolicyConnector() = 0;
-
- // Gets the policy service.
- virtual policy::PolicyService* GetPolicyService() = 0;
-
// Gets the RapporService. May return null.
virtual rappor::RapporService* GetRapporService() = 0;
« no previous file with comments | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/application_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698