Chromium Code Reviews| Index: remoting/host/policy_hack/policy_watcher.h |
| diff --git a/remoting/host/policy_hack/policy_watcher.h b/remoting/host/policy_hack/policy_watcher.h |
| index 408d6c522c86c64c240c687adca7750428167502..15254b516d408cbec20a8d148c3cf71127984036 100644 |
| --- a/remoting/host/policy_hack/policy_watcher.h |
| +++ b/remoting/host/policy_hack/policy_watcher.h |
| @@ -114,6 +114,8 @@ class PolicyWatcher { |
| // The counter is reset whenever policy has been successfully read. |
| void SignalTransientPolicyError(); |
| + friend class PolicyWatcherTest; |
|
Łukasz Anforowicz
2015/01/22 00:12:28
friend declaration added to allow the test to call
Mattias Nissler (ping if slow)
2015/01/22 16:05:07
Acknowledged.
|
| + |
| // Returns a DictionaryValue containing the default values for each policy. |
| const base::DictionaryValue& Defaults() const; |