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

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

Issue 8480037: Controlled settings indicator and bubble for chrome://preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address James' feedback. 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
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>
30 </div> 32 </div>
31 <div class="checkbox"> 33 <div class="checkbox">
32 <label> 34 <label>
33 <input id="searchSuggestEnabled" pref="search.suggest_enabled" 35 <input id="searchSuggestEnabled" pref="search.suggest_enabled"
34 metric="Options_UseSuggestCheckbox" type="checkbox"> 36 metric="Options_UseSuggestCheckbox" type="checkbox">
35 <span i18n-content="suggestPref"></span> 37 <span i18n-content="suggestPref"></span>
36 </label> 38 </label>
37 </div> 39 </div>
38 <if expr="pp_ifdef('_google_chrome') and os == 'win32'"> 40 <if expr="pp_ifdef('_google_chrome') and os == 'win32'">
39 <div class="checkbox"> 41 <div class="checkbox">
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 <div class="checkbox"> 235 <div class="checkbox">
234 <label> 236 <label>
235 <input id="backgroundModeCheckbox" type="checkbox"> 237 <input id="backgroundModeCheckbox" type="checkbox">
236 <span i18n-content="backgroundModeCheckbox"></span> 238 <span i18n-content="backgroundModeCheckbox"></span>
237 </label> 239 </label>
238 </div> 240 </div>
239 </section> 241 </section>
240 </if> 242 </if>
241 </div> 243 </div>
242 </div> 244 </div>
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/resources/options/controlled_setting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698