[ProfileOAuth2TokenService] Expose whether refresh tokens are loaded
Consumers of ProfileOAuth2TokenService currently have the ability to load credentials but no way to query whether all credentilas have been loaded. This functionality will be needed by the Identity Service internal implementation in order to delay responding to consumer requests until all refresh tokens have been loaded (listening to the observer event isn't enough because the Identity Service might be started after the event has fired). This CL adds this functionality. Bug: 740117 Change-Id: Ia2d61aefa9310f05bbc58c2884a68bc19d647c08 Reviewed-on: https://chromium-review.googlesource.com/563616Reviewed-by:Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#485253}
Showing
Please register or sign in to comment