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

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

Issue 1075273002: Handle ListAccount fetches from within the GaiaCookieManagerService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a test post rebase 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
« no previous file with comments | « chrome/browser/signin/chrome_signin_client.cc ('k') | chrome/browser/signin/fake_account_reconcilor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/fake_account_reconcilor.h
diff --git a/chrome/browser/signin/fake_account_reconcilor.h b/chrome/browser/signin/fake_account_reconcilor.h
deleted file mode 100644
index 405fda226d2f43f99fda0c3f7b2a49f431b071b3..0000000000000000000000000000000000000000
--- a/chrome/browser/signin/fake_account_reconcilor.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SIGNIN_FAKE_ACCOUNT_RECONCILOR_H_
-#define CHROME_BROWSER_SIGNIN_FAKE_ACCOUNT_RECONCILOR_H_
-
-#include "components/signin/core/browser/account_reconcilor.h"
-
-namespace content {
-class BrowserContext;
-}
-
-class FakeAccountReconcilor : public AccountReconcilor {
- public:
- FakeAccountReconcilor(ProfileOAuth2TokenService* token_service,
- SigninManagerBase* signin_manager,
- SigninClient* client,
- GaiaCookieManagerService* cookie_manager_service);
-
- // Helper function to be used with KeyedService::SetTestingFactory().
- static KeyedService* Build(content::BrowserContext* context);
-
- protected:
- // Override this method to perform no network call, instead the callback
- // is called immediately
- void GetAccountsFromCookie(GetAccountsFromCookieCallback callback) override;
-
- DISALLOW_COPY_AND_ASSIGN(FakeAccountReconcilor);
-};
-
-#endif // CHROME_BROWSER_SIGNIN_FAKE_ACCOUNT_RECONCILOR_H_
« no previous file with comments | « chrome/browser/signin/chrome_signin_client.cc ('k') | chrome/browser/signin/fake_account_reconcilor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698