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

Unified Diff: components/signin/core/browser/test_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/test_signin_client.h
diff --git a/components/signin/core/browser/test_signin_client.h b/components/signin/core/browser/test_signin_client.h
index 94240a067647fb8a58107aedf9359635cefa06f5..719369c2f1cd4b5d4c6d3b80e3a2fb90b1f4c032 100644
--- a/components/signin/core/browser/test_signin_client.h
+++ b/components/signin/core/browser/test_signin_client.h
@@ -45,7 +45,7 @@ class TestSigninClient : public SigninClient {
virtual std::string GetSigninScopedDeviceId() OVERRIDE;
// Does nothing.
- virtual void ClearSigninScopedDeviceId() OVERRIDE;
+ virtual void ClearSigninClientPrefs() OVERRIDE;
// Returns the empty string.
virtual std::string GetProductVersion() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698