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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.cc

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/public/provider/chrome/browser/chrome_browser_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/chrome_browser_provider.cc
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.cc b/ios/public/provider/chrome/browser/chrome_browser_provider.cc
index 6c2ac7dde904a9f81b0ad3704f7f7568346b66a4..84d57f1c1108fc9bc036163c38d5c38ae7307825 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.cc
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.cc
@@ -128,11 +128,6 @@ std::string ChromeBrowserProvider::GetRiskData() {
return std::string();
}
-policy::BrowserPolicyConnector*
-ChromeBrowserProvider::GetBrowserPolicyConnector() {
- return nullptr;
-}
-
rappor::RapporService* ChromeBrowserProvider::GetRapporService() {
return nullptr;
}
« no previous file with comments | « ios/public/provider/chrome/browser/chrome_browser_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698