Index: chrome/browser/resources/help/help.html |
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html |
index d4e3162a3bc01c0309ed43836c7961a6173ed7c4..24bb6bdb96e8439faf5f22ab7cc68c7dd769c06b 100644 |
--- a/chrome/browser/resources/help/help.html |
+++ b/chrome/browser/resources/help/help.html |
@@ -71,8 +71,8 @@ |
i18n-content="showMoreInfo"> |
</button> |
</if> |
-<if expr="pp_ifdef('chromeos') or (pp_ifdef('_google_chrome') and (is_win or is_macosx))"> |
- <div id="update-status-container"> |
+<if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> |
+ <div id="update-status-container" hidden> |
<div id="update-status-icon" class="up-to-date"></div> |
<span id="update-status" i18n-content="updateCheckStarted"></span> |
</div> |