summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_main.cc
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-21 18:43:30 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-21 18:43:30 +0000
commitff6083ea928f22573024c44769f6b6ce9571551f (patch)
tree64519fa55413f90fc20fdc3ff0f7927ad77e8133 /chrome/app/chrome_main.cc
parent5092906f3aaddf0a4ea38126dfb9b51dbce63acd (diff)
downloadchromium_src-ff6083ea928f22573024c44769f6b6ce9571551f.zip
chromium_src-ff6083ea928f22573024c44769f6b6ce9571551f.tar.gz
chromium_src-ff6083ea928f22573024c44769f6b6ce9571551f.tar.bz2
Remove a TODO that got done by somebody else three lines below it.
Review URL: http://codereview.chromium.org/7222012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_main.cc')
-rw-r--r--chrome/app/chrome_main.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc
index aa60443..3eb0101 100644
--- a/chrome/app/chrome_main.cc
+++ b/chrome/app/chrome_main.cc
@@ -829,9 +829,6 @@ int ChromeMain(int argc, char** argv) {
// AdjustLinuxOOMScore function too.
#if defined(OS_LINUX)
AdjustLinuxOOMScore(process_type);
- // TODO(mdm): look into calling CommandLine::SetProcTitle() here instead of
- // in each relevant main() function below, to fix /proc/self/exe showing up
- // as our process name since we exec() via that to be update-safe.
#endif
#if defined(OS_POSIX)