summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_about_handler.cc
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 20:04:17 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 20:04:17 +0000
commit9958a32c22a0a5ae4ec33fbb96e3ce6f46cfc058 (patch)
treea8acd09e66c190666d1c4b06828b725659de4ad9 /chrome/browser/browser_about_handler.cc
parent16dfd3504683d67a3aa5c4cdd7f8e5fa509fb714 (diff)
downloadchromium_src-9958a32c22a0a5ae4ec33fbb96e3ce6f46cfc058.zip
chromium_src-9958a32c22a0a5ae4ec33fbb96e3ce6f46cfc058.tar.gz
chromium_src-9958a32c22a0a5ae4ec33fbb96e3ce6f46cfc058.tar.bz2
Add/improve a bunch of comments
Also remove mention of about:tasks in release build, where we don't generate any data for that about page. R=eroman Review URL: http://codereview.chromium.org/6626064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_about_handler.cc')
-rw-r--r--chrome/browser/browser_about_handler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
index bfa1fae..a56d5ab 100644
--- a/chrome/browser/browser_about_handler.cc
+++ b/chrome/browser/browser_about_handler.cc
@@ -152,7 +152,9 @@ const char *kAllAboutPaths[] = {
kPluginsPath,
kStatsPath,
kSyncInternalsPath,
+#ifdef TRACK_ALL_TASK_OBJECTS
kTasksPath,
+#endif // TRACK_ALL_TASK_OBJECTS
kTcmallocPath,
kTermsPath,
kVersionPath,