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

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

Issue 566933005: Do not display lock for hosted domains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to a hosted domain preference. Fix unit tests. Created 6 years, 3 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/signin_client.h
diff --git a/components/signin/core/browser/signin_client.h b/components/signin/core/browser/signin_client.h
index 8b18758e7bfbe8bb44e226995180d67d6668afda..7ee415a572b58cef31501b37fc3f8402a978cef2 100644
--- a/components/signin/core/browser/signin_client.h
+++ b/components/signin/core/browser/signin_client.h
@@ -55,9 +55,9 @@ class SigninClient : public KeyedService {
// this device id.
virtual std::string GetSigninScopedDeviceId() = 0;
- // Clears signin scoped device id. This happens when user signs out or about
- // to sign in.
- virtual void ClearSigninScopedDeviceId() = 0;
+ // Clears all client preferences. This happens when user signs out or about to
+ // sign in.
+ virtual void ClearSigninClientPrefs() = 0;
// Returns the URL request context information associated with the client.
virtual net::URLRequestContextGetter* GetURLRequestContext() = 0;

Powered by Google App Engine
This is Rietveld 408576698