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

Unified Diff: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm

Issue 2434143003: [ios] Adds GoogleLogoService to help with fetching doodles. (Closed)
Patch Set: Created 4 years, 2 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 | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/google/google_logo_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
diff --git a/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm b/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
index 2339a919b8d8b48c56db397cba18683a9f54d24f..bae3273b2c315726eacefd275f5ca5f9e7976ff5 100644
--- a/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
+++ b/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
@@ -16,6 +16,7 @@
#include "ios/chrome/browser/favicon/ios_chrome_favicon_loader_factory.h"
#include "ios/chrome/browser/favicon/ios_chrome_large_icon_cache_factory.h"
#include "ios/chrome/browser/favicon/ios_chrome_large_icon_service_factory.h"
+#include "ios/chrome/browser/google/google_logo_service_factory.h"
#include "ios/chrome/browser/google/google_url_tracker_factory.h"
#include "ios/chrome/browser/history/history_service_factory.h"
#include "ios/chrome/browser/history/top_sites_factory.h"
@@ -86,6 +87,7 @@ void EnsureBrowserStateKeyedServiceFactoriesBuilt() {
IOSChromePasswordManagerSettingMigratorServiceFactory::GetInstance();
IOSChromePasswordStoreFactory::GetInstance();
IOSChromeProfileInvalidationProviderFactory::GetInstance();
+ GoogleLogoServiceFactory::GetInstance();
OAuth2TokenServiceFactory::GetInstance();
SigninClientFactory::GetInstance();
suggestions::SuggestionsServiceFactory::GetInstance();
« no previous file with comments | « ios/chrome/browser/DEPS ('k') | ios/chrome/browser/google/google_logo_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698