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

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

Issue 1984733002: [Reland] GetAccountIdFromProfile() should not return an empty account id if a valid profile is prov… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/signin/core/browser/fake_signin_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/fake_signin_manager.h
diff --git a/components/signin/core/browser/fake_signin_manager.h b/components/signin/core/browser/fake_signin_manager.h
index 272fe10500bc49928887bc6d2aa7b41cd335536b..83b2728e18957f8725b7f3b7fe47a2593fad7694 100644
--- a/components/signin/core/browser/fake_signin_manager.h
+++ b/components/signin/core/browser/fake_signin_manager.h
@@ -23,6 +23,8 @@ class FakeSigninManagerBase : public SigninManagerBase {
FakeSigninManagerBase(SigninClient* client,
AccountTrackerService* account_tracker_service);
~FakeSigninManagerBase() override;
+
+ void SignIn(const std::string& account_id);
};
#if !defined(OS_CHROMEOS)
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/signin/core/browser/fake_signin_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698