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

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

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.h
diff --git a/chrome/browser/policy/asynchronous_policy_test_base.h b/chrome/browser/policy/asynchronous_policy_test_base.h
index 7e11d298eeadc2a61c43791e385fa3b090ac3745..7771490edf3f592d1ba659fa65392108aafc8efe 100644
--- a/chrome/browser/policy/asynchronous_policy_test_base.h
+++ b/chrome/browser/policy/asynchronous_policy_test_base.h
@@ -34,15 +34,11 @@ class AsynchronousPolicyTestBase : public testing::Test {
virtual ~AsynchronousPolicyTestBase();
// testing::Test:
- virtual void SetUp();
virtual void TearDown();
protected:
- MessageLoop loop_;
-
- // The mocks that are used in the test must outlive the scope of the test
- // because they still get accessed in the RunAllPending of the TearDown.
- scoped_ptr<ProviderDelegateMock> delegate_;
+ // Create an actual IO loop (needed by FilePathWatcher).
+ MessageLoopForIO loop_;
private:
content::TestBrowserThread ui_thread_;
« no previous file with comments | « chrome/browser/policy/asynchronous_policy_provider_unittest.cc ('k') | chrome/browser/policy/asynchronous_policy_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698