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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 2532163002: Comments updated as result of infinite timeout for state keys generated (Closed)
Patch Set: Fixed the nits 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
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

Powered by Google App Engine
This is Rietveld 408576698