diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 70dacf7..c08e109 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -825,6 +825,9 @@ 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 // TODO(port): turn on these main() functions as they've been de-winified. |