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

Unified Diff: chrome/browser/profiles/profile_dependency_manager.cc

Issue 9521013: Remove web intents from Chrome on Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolve nits Created 8 years, 9 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/profiles/profile_dependency_manager.cc
diff --git a/chrome/browser/profiles/profile_dependency_manager.cc b/chrome/browser/profiles/profile_dependency_manager.cc
index 19dcb13e8521503b1ef4f118880335afee2d63d4..867c4993bbc9c91f49fc8e9a9fe138ddca498276 100644
--- a/chrome/browser/profiles/profile_dependency_manager.cc
+++ b/chrome/browser/profiles/profile_dependency_manager.cc
@@ -191,7 +191,9 @@ void ProfileDependencyManager::AssertFactoriesBuilt() {
ThemeServiceFactory::GetInstance();
TemplateURLServiceFactory::GetInstance();
TokenServiceFactory::GetInstance();
+#if !defined(OS_ANDROID)
WebIntentsRegistryFactory::GetInstance();
+#endif
Miranda Callahan 2012/03/08 19:28:43 I think this should be moved up to the other if !d
Jesse Greenwald 2012/03/10 00:13:26 Since I'm now using ENABLED_WEB_INTENTS, I did not
built_factories_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698