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

Unified Diff: chrome/browser/chromeos/policy/server_backed_state_keys_broker.h

Issue 465413002: Minor cleanup of EnrollmentHandlerChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/chromeos/policy/server_backed_state_keys_broker.h
diff --git a/chrome/browser/chromeos/policy/server_backed_state_keys_broker.h b/chrome/browser/chromeos/policy/server_backed_state_keys_broker.h
index 3711cad753b78a3b6fb22eab2da534b18841ce74..e3d8e6844f6b5b0b68e7f0897618cfc438cddd78 100644
--- a/chrome/browser/chromeos/policy/server_backed_state_keys_broker.h
+++ b/chrome/browser/chromeos/policy/server_backed_state_keys_broker.h
@@ -24,9 +24,9 @@ class SessionManagerClient;
namespace policy {
-// Brokers server-backed state keys for the device. Retrieves them from session
-// manager via DBus and refreshes them periodically. Consumers can register
-// callbacks to invoke when the state keys change.
+// Brokers server-backed FRE state keys for the device. Retrieves them from
Joao da Silva 2014/08/14 12:11:10 Currently FRE is the sole user of the state keys b
Thiemo Nagel 2014/08/14 14:52:37 It's just to give some context so that a casual re
+// session manager via DBus and refreshes them periodically. Consumers can
+// register callbacks to invoke when the state keys change.
class ServerBackedStateKeysBroker {
public:
typedef scoped_ptr<base::CallbackList<void()>::Subscription> Subscription;

Powered by Google App Engine
This is Rietveld 408576698