| Index: chrome/browser/resources/help/help.html
|
| diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
|
| index 00a39bf2c79e06b1c1e2ff9715638e426357af87..ee94f1ab548d24e31e6eae2d76fa31f66f66fb40 100644
|
| --- a/chrome/browser/resources/help/help.html
|
| +++ b/chrome/browser/resources/help/help.html
|
| @@ -27,7 +27,7 @@
|
| </div>
|
| <div id="version-container">
|
| <div id="browser-version" i18n-content="browserVersion"></div>
|
| -<if expr="pp_ifdef(is_posix and not is_macosx)">
|
| +<if expr="pp_ifdef('win32') or pp_ifdef('darwin') or pp_ifdef('chromeos')">
|
| <div id="update-status-container">
|
| <img id="update-status-icon" class="up-to-date"></img>
|
| <span id="update-status" i18n-content="updateCheckStarted"></span>
|
|
|