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

Unified Diff: chrome/browser/policy/asynchronous_policy_test_base.cc

Issue 8467011: Include only policy definitions that apply to the platfrom in the policy definition list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed dead declarations. Created 9 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: chrome/browser/policy/asynchronous_policy_test_base.cc
diff --git a/chrome/browser/policy/asynchronous_policy_test_base.cc b/chrome/browser/policy/asynchronous_policy_test_base.cc
index 50510ec26968c1baa922d1b3aba75638d26a35d5..68887feebf221f94768ddc7be90a8c276574d06d 100644
--- a/chrome/browser/policy/asynchronous_policy_test_base.cc
+++ b/chrome/browser/policy/asynchronous_policy_test_base.cc
@@ -19,10 +19,6 @@ AsynchronousPolicyTestBase::AsynchronousPolicyTestBase()
AsynchronousPolicyTestBase::~AsynchronousPolicyTestBase() {}
-void AsynchronousPolicyTestBase::SetUp() {
- delegate_.reset(new ProviderDelegateMock());
-}
-
void AsynchronousPolicyTestBase::TearDown() {
loop_.RunAllPending();
}
« no previous file with comments | « chrome/browser/policy/asynchronous_policy_test_base.h ('k') | chrome/browser/policy/config_dir_policy_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698