diff options
Diffstat (limited to 'chrome/browser/resources/about_memory_linux.html')
-rw-r--r-- | chrome/browser/resources/about_memory_linux.html | 2 |
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> |