diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 22:57:42 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 22:57:42 +0000 |
commit | 9393e2c568d11c2ce2d6a7a3680c3fbed0628757 (patch) | |
tree | 0e60511b2fab9024317343f8b8f85a2681fa7e41 /chrome | |
parent | 37346bc4f02930840c23581ce2e5f1d67f165544 (diff) | |
download | chromium_src-9393e2c568d11c2ce2d6a7a3680c3fbed0628757.zip chromium_src-9393e2c568d11c2ce2d6a7a3680c3fbed0628757.tar.gz chromium_src-9393e2c568d11c2ce2d6a7a3680c3fbed0628757.tar.bz2 |
Linux: remove --google-internal-crash-reporting.
It's time to kill this. It's been marginally useful, but only marginally.
http://codereview.chromium.org/222021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/about_memory_linux.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html index eeee845..6126476 100644 --- a/chrome/browser/resources/about_memory_linux.html +++ b/chrome/browser/resources/about_memory_linux.html @@ -579,6 +579,9 @@ function enableHelpTooltips() { </td> </tr> </table> + + <div class="otherbrowsers">(We cannot get the memory usage of our renderer processes when they are sandboxed, which is why they may be missing from the list above.)</p> + </div> </body> <script> |