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

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

Issue 362613002: Implementation of SigninClient::GetSigninScopedDeviceId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes after feedback from Roger. Created 6 years, 6 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 ae2789565b050d87bf0b71f1f962beae5ce3a325..09da08f30d0d4efeb9b91331ee28100dfd936318 100644
--- a/components/signin/core/browser/test_signin_client.h
+++ b/components/signin/core/browser/test_signin_client.h
@@ -44,6 +44,9 @@ class TestSigninClient : public SigninClient {
// Returns empty string.
virtual std::string GetSigninScopedDeviceId() OVERRIDE;
+ // Does nothing.
+ virtual void ClearSigninScopedDeviceId() OVERRIDE;
+
// Returns the empty string.
virtual std::string GetProductVersion() OVERRIDE;
« no previous file with comments | « components/signin/core/browser/signin_manager.cc ('k') | components/signin/core/browser/test_signin_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698