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

Unified Diff: chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc

Issue 2561013002: Remove the enable_themes build flag and define. (Closed)
Patch Set: Merge Created 4 years 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/ui/webui/md_downloads/md_downloads_ui.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc
diff --git a/chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc b/chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc
index d9baa7c00a692c59007c6defd034d25e8712239b..70497099008a10d86816d94b1617ce559a2e4783 100644
--- a/chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc
+++ b/chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc
@@ -25,9 +25,7 @@ AppResourceCacheFactory::AppResourceCacheFactory()
: BrowserContextKeyedServiceFactory(
"AppResourceCache",
BrowserContextDependencyManager::GetInstance()) {
-#if defined(ENABLE_THEMES)
DependsOn(ThemeServiceFactory::GetInstance());
-#endif
}
AppResourceCacheFactory::~AppResourceCacheFactory() {}
« no previous file with comments | « chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698