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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 2532163002: Comments updated as result of infinite timeout for state keys generated (Closed)
Patch Set: Improved comments Created 4 years 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
« no previous file with comments | « chrome/browser/chromeos/policy/server_backed_state_keys_broker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..527c92b368790998bec928855de5c8e24e22103a 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.
+ // is invoked with an empty state key vector in case of errors. If the 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
« no previous file with comments | « chrome/browser/chromeos/policy/server_backed_state_keys_broker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698