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

Unified Diff: chrome/browser/resources/options/automatic_settings_reset_banner.html

Issue 151003004: Add an automatic settings reset banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-review cleanup. Created 6 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
Index: chrome/browser/resources/options/automatic_settings_reset_banner.html
diff --git a/chrome/browser/resources/options/automatic_settings_reset_banner.html b/chrome/browser/resources/options/automatic_settings_reset_banner.html
new file mode 100644
index 0000000000000000000000000000000000000000..96cab95135f8815d193d94c3dc5a3b94858a41d8
--- /dev/null
+++ b/chrome/browser/resources/options/automatic_settings_reset_banner.html
@@ -0,0 +1,15 @@
+<div id="automatic-settings-reset-banner" hidden>
+ <div id="automatic-settings-reset-banner-close" class="close-button"></div>
+ <div class="content-area">
+ <div class="badge"></div>
+ <div class="text">
+ <p>
+ <span i18n-values=".innerHTML:automaticSettingsResetBannerText">
+ </span>
gab 2014/02/05 15:23:52 Should that span just use the <span i18n-values="
robertshield 2014/02/06 18:56:50 Quick search suggests the explicit scope is more c
+ <a id="automatic-settings-reset-learn-more" class="nowrap"
+ i18n-values="href:automaticSettingsResetLearnMoreUrl"
+ i18n-content="learnMore" target="_blank"></a>
gab 2014/02/05 15:23:52 Same question about this <a> tag.
robertshield 2014/02/06 18:56:50 Same answer.
+ </p>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698