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

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

Issue 10500013: Delete old policy code after AsyncPolicyLoader refactor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased Created 8 years, 6 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_test_base.cc
diff --git a/chrome/browser/policy/asynchronous_policy_test_base.cc b/chrome/browser/policy/asynchronous_policy_test_base.cc
deleted file mode 100644
index 68887feebf221f94768ddc7be90a8c276574d06d..0000000000000000000000000000000000000000
--- a/chrome/browser/policy/asynchronous_policy_test_base.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/policy/asynchronous_policy_test_base.h"
-
-using content::BrowserThread;
-
-namespace policy {
-
-ProviderDelegateMock::ProviderDelegateMock()
- : AsynchronousPolicyProvider::Delegate() {}
-
-ProviderDelegateMock::~ProviderDelegateMock() {}
-
-AsynchronousPolicyTestBase::AsynchronousPolicyTestBase()
- : ui_thread_(BrowserThread::UI, &loop_),
- file_thread_(BrowserThread::FILE, &loop_) {}
-
-AsynchronousPolicyTestBase::~AsynchronousPolicyTestBase() {}
-
-void AsynchronousPolicyTestBase::TearDown() {
- loop_.RunAllPending();
-}
-
-} // namespace policy
« no previous file with comments | « chrome/browser/policy/asynchronous_policy_test_base.h ('k') | chrome/browser/policy/file_based_policy_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698