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

Unified Diff: components/signin/core/browser/mutable_profile_oauth2_token_service.h

Issue 617183003: Make sure GetAuthenticatedAccountId() returns a canonicalized id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 2 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: components/signin/core/browser/mutable_profile_oauth2_token_service.h
diff --git a/components/signin/core/browser/mutable_profile_oauth2_token_service.h b/components/signin/core/browser/mutable_profile_oauth2_token_service.h
index 0ee82b0e1c376251890d3c315532233e71c1d19f..e7db6a2a4aa14b4b273ff5ca437b3d05a4d03988 100644
--- a/components/signin/core/browser/mutable_profile_oauth2_token_service.h
+++ b/components/signin/core/browser/mutable_profile_oauth2_token_service.h
@@ -99,6 +99,8 @@ class MutableProfileOAuth2TokenService : public ProfileOAuth2TokenService,
PersistenceDBUpgrade);
FRIEND_TEST_ALL_PREFIXES(MutableProfileOAuth2TokenServiceTest,
PersistenceLoadCredentials);
+ FRIEND_TEST_ALL_PREFIXES(MutableProfileOAuth2TokenServiceTest,
+ CanonicalizeAccountId);
// WebDataServiceConsumer implementation:
virtual void OnWebDataServiceRequestDone(

Powered by Google App Engine
This is Rietveld 408576698