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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 2532163002: Comments updated as result of infinite timeout for state keys generated (Closed)
Patch Set: Created 4 years, 1 month 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..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
« 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