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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.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
Index: ios/public/provider/chrome/browser/chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h
index c3c43fd1eb5b6dbd59d3ee9af91c04f7bec1e186..eda0916ca94ffcd21b2c62e99cdf772358e00e17 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -33,10 +33,6 @@ namespace net {
class URLRequestContextGetter;
}
-namespace policy {
-class BrowserPolicyConnector;
-}
-
namespace rappor {
class RapporService;
}
@@ -135,8 +131,6 @@ class ChromeBrowserProvider {
autofill::CardUnmaskPromptController* controller);
// Returns risk data used in Wallet requests.
virtual std::string GetRiskData();
- // Starts and manages the policy system.
- virtual policy::BrowserPolicyConnector* GetBrowserPolicyConnector();
// Returns the RapporService. May be null.
virtual rappor::RapporService* GetRapporService();
// Returns whether there is an Off-The-Record session active.
« no previous file with comments | « ios/chrome/test/testing_application_context.cc ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698