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

Unified Diff: components/signin/core/browser/child_account_info_fetcher.cc

Issue 2817723002: Revert of Reimplement AccountManagerHelper singleton instance creation (Closed)
Patch Set: Created 3 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: components/signin/core/browser/child_account_info_fetcher.cc
diff --git a/components/signin/core/browser/child_account_info_fetcher.cc b/components/signin/core/browser/child_account_info_fetcher.cc
index 804444b35d667ebed9ecff422ebba94d5255edee..15bc0538f6e46d2b72c124e7c45c413c2f1631ce 100644
--- a/components/signin/core/browser/child_account_info_fetcher.cc
+++ b/components/signin/core/browser/child_account_info_fetcher.cc
@@ -31,9 +31,3 @@
ChildAccountInfoFetcher::~ChildAccountInfoFetcher() {
}
-
-void ChildAccountInfoFetcher::InitializeForTests() {
-#if defined(OS_ANDROID)
- ChildAccountInfoFetcherAndroid::InitializeForTests();
-#endif
-}

Powered by Google App Engine
This is Rietveld 408576698