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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 2558143002: Remove the enable_task_manager build flag and define. (Closed)
Patch Set: Includes 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/net/chrome_network_delegate.cc ('k') | chrome/browser/prerender/prerender_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 95e7e7dcc27309ef01e3a317b8df2a7ea561e629..4d6a7196dc0d87b6e71b5169164a7fc506ab95a1 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -386,9 +386,9 @@ void RegisterLocalState(PrefRegistrySimple* registry) {
PluginsResourceService::RegisterPrefs(registry);
#endif
-#if defined(ENABLE_TASK_MANAGER)
+#if !defined(OS_ANDROID)
task_manager::TaskManagerInterface::RegisterPrefs(registry);
-#endif // defined(ENABLE_TASK_MANAGER)
+#endif // !defined(OS_ANDROID)
#if BUILDFLAG(ENABLE_BACKGROUND)
BackgroundModeManager::RegisterPrefs(registry);
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | chrome/browser/prerender/prerender_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698