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

Unified Diff: chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h

Issue 892633003: Do not announce robot account token before account ID is available (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unbroke unit tests. Created 5 years, 11 months 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: chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
diff --git a/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h b/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
index 8b20c88c804966c820e46c6fed7fc3118754e820..ccb370bb42730cedf64164046a4194a3fc739ec5 100644
--- a/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
+++ b/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
@@ -26,13 +26,13 @@ class DeviceOAuth2TokenServiceFactory {
// Called by ChromeBrowserMainPartsChromeOS in order to bootstrap the
// DeviceOAuth2TokenService instance after the required global data is
- // available (local state and request context getter).
+ // available (local state, request context getter and CrosSettings).
static void Initialize();
// Called by ChromeBrowserMainPartsChromeOS in order to shutdown the
// DeviceOAuth2TokenService instance and cancel all in-flight requests before
- // the required global data is destroyed (local state and request context
- // getter).
+ // the required global data is destroyed (local state, request context getter
+ // and CrosSettings).
static void Shutdown();
private:

Powered by Google App Engine
This is Rietveld 408576698