Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(909)

Unified Diff: chrome/browser/resources/help/help.html

Issue 9385021: Help: Fix the logic for showing the version update status. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698