Index: chromeos/dbus/session_manager_client.h |
diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h |
index dc009180e75c9ac25c126a4b535a33073a86e0f8..b3e93087b694cc3cb1b1ae253aae450d885bebb7 100644 |
--- a/chromeos/dbus/session_manager_client.h |
+++ b/chromeos/dbus/session_manager_client.h |
@@ -211,7 +211,8 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient { |
// for the device to retrieve after a device factory reset. |
// |
// The state keys are returned asynchronously via |callback|. The callback |
- // will be invoked with an empty state key vector in case of errors. |
+ // will be invoked with an empty state key vector in case of errors. If the |
Thiemo Nagel
2016/11/30 12:57:09
Nit: "will be" --> "is"
|
+ // time sync fails or there's no network, the callback is never invoked. |
virtual void GetServerBackedStateKeys(const StateKeysCallback& callback) = 0; |
// Used for several ARC methods. Takes a boolean indicating whether the |