Index: remoting/host/policy_hack/policy_watcher_mac.mm |
diff --git a/remoting/host/policy_hack/policy_watcher_mac.mm b/remoting/host/policy_hack/policy_watcher_mac.mm |
index eee0412b31b773188435fa057c25493b21393423..26b3213f20bf246acb7dd2bac1778f9357113c19 100644 |
--- a/remoting/host/policy_hack/policy_watcher_mac.mm |
+++ b/remoting/host/policy_hack/policy_watcher_mac.mm |
@@ -56,6 +56,7 @@ class PolicyWatcherMac : public PolicyWatcher { |
policy.SetBoolean(policy_name, allowed); |
} |
} |
+ // TODO(simonmorris): Read policies whose names are in kStringPolicyNames. |
} |
// Set policy. Policy must be set (even if it is empty) so that the |