| 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 ab9f8d80bc2f0e4e9a48ebc686d797c4894b3df1..9f9add4c4e69be94f88afe8bcd533fc31512848c 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 @@
|
|
|
| namespace policy {
|
|
|
| -// Brokers server-backed FRE 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 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.
|
| class ServerBackedStateKeysBroker {
|
| public:
|
| typedef scoped_ptr<base::CallbackList<void()>::Subscription> Subscription;
|
|
|