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

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

Issue 2836373003: Reland of Reimplement AccountManagerHelper singleton instance creation (Closed)
Patch Set: Fixed ClearBrowsingDataPreferencesTest 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.h
diff --git a/components/signin/core/browser/child_account_info_fetcher.h b/components/signin/core/browser/child_account_info_fetcher.h
index 1c35c48d332e928ba2b0deba8ba222317231a549..0b3623d6d3110aa6165eef001bf2a1072466b3c4 100644
--- a/components/signin/core/browser/child_account_info_fetcher.h
+++ b/components/signin/core/browser/child_account_info_fetcher.h
@@ -34,6 +34,8 @@ class ChildAccountInfoFetcher {
net::URLRequestContextGetter* request_context_getter,
invalidation::InvalidationService* invalidation_service);
virtual ~ChildAccountInfoFetcher();
+
+ static void InitializeForTests();
};
#endif // COMPONENTS_SIGNIN_CORE_BROWSER_CHILD_ACCOUNT_INFO_FETCHER_H_

Powered by Google App Engine
This is Rietveld 408576698