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

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

Issue 5930003: DOMUI Settings: UTH: Fix the wrapping of the privacy explanation text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 10 years 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 | « chrome/browser/resources/options/advanced_options.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/advanced_options.html
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index 309d1b48b70a0d73022dc86f33789d741f21486a..a1c88587290bffac02c1a6f2d6a520e73b2b3341 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -9,9 +9,14 @@
<button id="privacyClearDataButton"
i18n-content="privacyClearDataButton"></button>
</div>
- <div i18n-content="disableServices" class="disable-services-div"></div>
- <div><a target="_blank" i18n-content="learnMore"
- i18n-values="href:privacyLearnMoreURL"></a></div>
+ <div i18n-content="improveBrowsingExperience" class="informational-text">
+ </div>
+ <div>
+ <span i18n-content="disableWebServices" class="informational-text">
+ </span>
+ <a target="_blank" i18n-content="learnMore"
+ i18n-values="href:privacyLearnMoreURL"></a>
+ </div>
<label class="checkbox">
<input id="alternateErrorPagesEnabled" pref="alternate_error_pages.enabled"
metric="Options_LinkDoctorCheckbox" type="checkbox">
« no previous file with comments | « chrome/browser/resources/options/advanced_options.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698