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

Unified Diff: ios/chrome/test/testing_application_context.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
Index: ios/chrome/test/testing_application_context.cc
diff --git a/ios/chrome/test/testing_application_context.cc b/ios/chrome/test/testing_application_context.cc
index 62b2c25595c0eb5b327e38a0ac5b4d3078233fad..dd93fe1a71f31ef8debdf283dc5e2194a59d18ad 100644
--- a/ios/chrome/test/testing_application_context.cc
+++ b/ios/chrome/test/testing_application_context.cc
@@ -90,17 +90,6 @@ TestingApplicationContext::GetVariationsService() {
return nullptr;
}
-policy::BrowserPolicyConnector*
-TestingApplicationContext::GetBrowserPolicyConnector() {
- DCHECK(thread_checker_.CalledOnValidThread());
- return nullptr;
-}
-
-policy::PolicyService* TestingApplicationContext::GetPolicyService() {
- DCHECK(thread_checker_.CalledOnValidThread());
- return nullptr;
-}
-
rappor::RapporService* TestingApplicationContext::GetRapporService() {
DCHECK(thread_checker_.CalledOnValidThread());
return nullptr;
« no previous file with comments | « ios/chrome/test/testing_application_context.h ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698