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

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

Issue 10236003: Added RefreshPolicies to PolicyService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 8 months 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_loader_unittest.cc
diff --git a/chrome/browser/policy/asynchronous_policy_loader_unittest.cc b/chrome/browser/policy/asynchronous_policy_loader_unittest.cc
index 28bcc3b7fc2d4e8d1f85259e750c7cf3c17f3609..c5a7ea3ab7d8de54805e92d11fb90d71ecee8a0e 100644
--- a/chrome/browser/policy/asynchronous_policy_loader_unittest.cc
+++ b/chrome/browser/policy/asynchronous_policy_loader_unittest.cc
@@ -33,13 +33,11 @@ class AsynchronousPolicyLoaderTest : public AsynchronousPolicyTestBase {
virtual void SetUp() {
AsynchronousPolicyTestBase::SetUp();
- mock_provider_.reset(new MockConfigurationPolicyProvider());
ignore_callback_ = base::Bind(&IgnoreCallback);
}
protected:
base::Closure ignore_callback_;
- scoped_ptr<MockConfigurationPolicyProvider> mock_provider_;
private:
DISALLOW_COPY_AND_ASSIGN(AsynchronousPolicyLoaderTest);
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | chrome/browser/policy/browser_policy_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698