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

Side by Side Diff: chrome/browser/resources/options/advanced_options.html

Issue 8821020: Remove controlled settings indicator for alternate_error_pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section> 4 <section>
5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
6 <div> 6 <div>
7 <div class="section-group"> 7 <div class="section-group">
8 <button id="privacyContentSettingsButton" 8 <button id="privacyContentSettingsButton"
9 i18n-content="privacyContentSettingsButton"></button> 9 i18n-content="privacyContentSettingsButton"></button>
10 <button id="privacyClearDataButton" 10 <button id="privacyClearDataButton"
11 i18n-content="privacyClearDataButton"></button> 11 i18n-content="privacyClearDataButton"></button>
12 </div> 12 </div>
13 <div i18n-content="improveBrowsingExperience" 13 <div i18n-content="improveBrowsingExperience"
14 class="informational-text"> 14 class="informational-text">
15 </div> 15 </div>
16 <div> 16 <div>
17 <span i18n-content="disableWebServices" 17 <span i18n-content="disableWebServices"
18 class="informational-text"> 18 class="informational-text">
19 </span> 19 </span>
20 <a target="_blank" i18n-content="learnMore" 20 <a target="_blank" i18n-content="learnMore"
21 i18n-values="href:privacyLearnMoreURL"></a> 21 i18n-values="href:privacyLearnMoreURL"></a>
22 </div> 22 </div>
23 <div class="checkbox"> 23 <div class="checkbox">
24 <label> 24 <label>
25 <input id="alternateErrorPagesEnabled" 25 <input id="alternateErrorPagesEnabled"
26 pref="alternate_error_pages.enabled" 26 pref="alternate_error_pages.enabled"
27 metric="Options_LinkDoctorCheckbox" type="checkbox"> 27 metric="Options_LinkDoctorCheckbox" type="checkbox">
28 <span i18n-content="linkDoctorPref"></span> 28 <span i18n-content="linkDoctorPref"></span>
29 </label> 29 </label>
30 <span class="controlled-setting-indicator"
31 pref="alternate_error_pages.enabled"></span>
32 </div> 30 </div>
33 <div class="checkbox"> 31 <div class="checkbox">
34 <label> 32 <label>
35 <input id="searchSuggestEnabled" pref="search.suggest_enabled" 33 <input id="searchSuggestEnabled" pref="search.suggest_enabled"
36 metric="Options_UseSuggestCheckbox" type="checkbox"> 34 metric="Options_UseSuggestCheckbox" type="checkbox">
37 <span i18n-content="suggestPref"></span> 35 <span i18n-content="suggestPref"></span>
38 </label> 36 </label>
39 </div> 37 </div>
40 <div class="checkbox"> 38 <div class="checkbox">
41 <label> 39 <label>
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 <div class="checkbox"> 223 <div class="checkbox">
226 <label> 224 <label>
227 <input id="backgroundModeCheckbox" type="checkbox"> 225 <input id="backgroundModeCheckbox" type="checkbox">
228 <span i18n-content="backgroundModeCheckbox"></span> 226 <span i18n-content="backgroundModeCheckbox"></span>
229 </label> 227 </label>
230 </div> 228 </div>
231 </section> 229 </section>
232 </if> 230 </if>
233 </div> 231 </div>
234 </div> 232 </div>
OLDNEW
« 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