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

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

Issue 125443002: In-app messaging to communicate the imminent 32-bit deprecation to 32-bit-only users (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: chrome/browser/resources/help/help.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index 299551aa729da32d6c43b7a9d1e0e52299ecacfb..e087677eedea8bcc09039dfed32f283267a75b8c 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -67,6 +67,14 @@
<div id="update-status-message-container">
<div id="update-status-message" i18n-content="updateCheckStarted">
</div>
+<if expr="is_macosx">
+ <div id="update-obsolete-system-container" hidden>
+ <span id="update-obsolete-system"
+ i18n-content="updateObsoleteSystem"></span>
+ <a i18n-values="href:updateObsoleteSystemURL"
+ i18n-content="learnMore" target="_blank"></a>
+ </div>
+</if>
<div id="allowed-connection-types-message" hidden></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698