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

Unified Diff: remoting/host/policy_hack/fake_policy_watcher.h

Issue 858303003: Removing FakePolicyWatcher and introducing FakeAsyncPolicyLoader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaked the set of #include-s. Created 5 years, 11 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: remoting/host/policy_hack/fake_policy_watcher.h
diff --git a/remoting/host/policy_hack/fake_policy_watcher.h b/remoting/host/policy_hack/fake_policy_watcher.h
deleted file mode 100644
index a8bf491bcdbce906834dfc0c55e0d108efde2d8b..0000000000000000000000000000000000000000
--- a/remoting/host/policy_hack/fake_policy_watcher.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2012 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.
-
-#ifndef REMOTING_HOST_POLICY_HACK_FAKE_POLICY_WATCHER_H_
-#define REMOTING_HOST_POLICY_HACK_FAKE_POLICY_WATCHER_H_
-
-#include "remoting/host/policy_hack/policy_watcher.h"
-
-namespace remoting {
-namespace policy_hack {
-
-class FakePolicyWatcher : public PolicyWatcher {
- public:
- explicit FakePolicyWatcher(
- scoped_refptr<base::SingleThreadTaskRunner> task_runner);
- ~FakePolicyWatcher() override;
-
- void SetPolicies(const base::DictionaryValue* policies);
-
- void SignalTransientErrorForTest();
-
- protected:
- void StartWatchingInternal() override;
- void StopWatchingInternal() override;
-};
-
-} // namespace policy_hack
-} // namespace remoting
-
-#endif // REMOTING_HOST_POLICY_HACK_FAKE_POLICY_WATCHER_H_

Powered by Google App Engine
This is Rietveld 408576698