summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorkuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 18:25:17 +0000
committerkuan@chromium.org <kuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 18:25:17 +0000
commita66a0a197cee727c68465a0068d7276021d5a07d (patch)
treecc1b6088f712da6ec9405480d1a721fe3e284b85 /chrome/browser/resources
parent3ba3430731e35b3b542872ec90356098ad26fcf2 (diff)
downloadchromium_src-a66a0a197cee727c68465a0068d7276021d5a07d.zip
chromium_src-a66a0a197cee727c68465a0068d7276021d5a07d.tar.gz
chromium_src-a66a0a197cee727c68465a0068d7276021d5a07d.tar.bz2
do not mention other browsers in about:memory for chromeos
BUG=34839 TEST=verify per bug report Review URL: http://codereview.chromium.org/650161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39746 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/about_memory_linux.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html
index 70c92de..7731097 100644
--- a/chrome/browser/resources/about_memory_linux.html
+++ b/chrome/browser/resources/about_memory_linux.html
@@ -478,7 +478,7 @@ function enableHelpTooltips() {
</td>
</tr>
</table>
- <div class=otherbrowsers jsdisplay="browsers.length == 1">
+ <div class=otherbrowsers jsdisplay="show_other_browsers && browsers.length == 1">
Note: If other browsers (e.g. IE, Firefox, Safari) are running,
I'll show their memory details here.
</div>