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

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

Issue 3419020: dom-ui settings: properly implement the 'metrics reporting' checkbox.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase to r60664. Created 10 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="page hidden" id="advancedPage"> 1 <div class="page hidden" id="advancedPage">
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 10 matching lines...) Expand all
21 type="checkbox"><span i18n-content="suggestPref"></span></label> 21 type="checkbox"><span i18n-content="suggestPref"></span></label>
22 <label><input id="dnsPrefetchingEnabled" 22 <label><input id="dnsPrefetchingEnabled"
23 pref="dns_prefetching.enabled" metric="Options_DnsPrefetchCheckbox" 23 pref="dns_prefetching.enabled" metric="Options_DnsPrefetchCheckbox"
24 type="checkbox"><span 24 type="checkbox"><span
25 i18n-content="networkDNSPrefetchEnabledDescription"></span></label> 25 i18n-content="networkDNSPrefetchEnabledDescription"></span></label>
26 <label><input id="safeBrowsingEnabled" 26 <label><input id="safeBrowsingEnabled"
27 pref="safebrowsing.enabled" metric="Options_SafeBrowsingCheckbox" 27 pref="safebrowsing.enabled" metric="Options_SafeBrowsingCheckbox"
28 type="checkbox"><span i18n-content="safeBrowsingEnableProtection"> 28 type="checkbox"><span i18n-content="safeBrowsingEnableProtection">
29 </span></label> 29 </span></label>
30 <if expr="pp_ifdef('_google_chrome')"> 30 <if expr="pp_ifdef('_google_chrome')">
31 <label><input id="metricsReportingEnabled" 31 <label><input id="metricsReportingEnabled" type="checkbox"><span
32 pref="user_experience_metrics.reporting_enabled" 32 i18n-content="enableLogging"></span></label>
33 metric="Options_MetricsReportingCheckbox" type="checkbox">
34 <span i18n-content="enableLogging"></span></label>
35 </if> 33 </if>
36 </div> 34 </div>
37 </section> 35 </section>
38 <section> 36 <section>
39 <h3 i18n-content="advancedSectionTitleNetwork"></h3> 37 <h3 i18n-content="advancedSectionTitleNetwork"></h3>
40 <div> 38 <div>
41 <div id="proxiesLabel"></div> 39 <div id="proxiesLabel"></div>
42 <button id="proxiesConfigureButton" 40 <button id="proxiesConfigureButton"
43 i18n-content="proxiesConfigureButton"></button> 41 i18n-content="proxiesConfigureButton"></button>
44 </div> 42 </div>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 i18n-content="chromeAppsLearnMoreBackgroundModeLabel" 139 i18n-content="chromeAppsLearnMoreBackgroundModeLabel"
142 i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a> 140 i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a>
143 </div> 141 </div>
144 </div> 142 </div>
145 </section> 143 </section>
146 <div class="button-strip"> 144 <div class="button-strip">
147 <button id="optionsReset" i18n-content="optionsReset"></button> 145 <button id="optionsReset" i18n-content="optionsReset"></button>
148 </div> 146 </div>
149 </if> 147 </if>
150 </div> 148 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/advanced_options_handler.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698