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

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: Gab's nits. 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..8eae144ba4027ed4d95dce8ee3bbfdb59db39148
--- /dev/null
+++ b/chrome/browser/resources/options/automatic_settings_reset_banner.html
@@ -0,0 +1,15 @@
+<div id="automatic-settings-reset-banner" class="settings-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>
+ <a id="automatic-settings-reset-learn-more" class="nowrap"
+ i18n-values="href:automaticSettingsResetLearnMoreUrl"
+ i18n-content="learnMore" target="_blank"></a>
+ </p>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698