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

Unified Diff: chrome/browser/signin/fake_account_tracker_service.h

Issue 1091363002: Change ProfileDownloader to use AccountTrackerService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove file committed by mistake. Created 5 years, 8 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: chrome/browser/signin/fake_account_tracker_service.h
diff --git a/chrome/browser/signin/fake_account_tracker_service.h b/chrome/browser/signin/fake_account_tracker_service.h
index bf80a44e7a1c2c27fa80fea6ade08ff27bc6d8fe..a30f9134d37562edc0cfeb33c31921d72a38c7dd 100644
--- a/chrome/browser/signin/fake_account_tracker_service.h
+++ b/chrome/browser/signin/fake_account_tracker_service.h
@@ -20,10 +20,13 @@ class FakeAccountTrackerService : public AccountTrackerService {
public:
static KeyedService* Build(content::BrowserContext* context);
- void FakeUserInfoFetchSuccess(const std::string& account_id,
- const std::string& email,
+ void FakeUserInfoFetchSuccess(const std::string& email,
const std::string& gaia,
- const std::string& hosted_domain);
+ const std::string& hosted_domain,
+ const std::string& full_name,
+ const std::string& given_name,
+ const std::string& locale,
+ const std::string& picture_url);
private:
FakeAccountTrackerService();

Powered by Google App Engine
This is Rietveld 408576698