1 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
3 <link rel=
"import" href=
"chrome://resources/cr_elements/v1_0/cr_button/cr_button.html">
4 <link rel=
"import" href=
"chrome://md-settings/checkbox/checkbox.html">
6 <dom-module id=
"cr-settings-privacy-page">
7 <link rel=
"import" type=
"css"
8 href=
"chrome://md-settings/settings_page/settings_page.css">
9 <link rel=
"import" type=
"css" href=
"privacy_page.css">
11 <p class=
"privacy-explanation"
12 i18n-values=
".innerHTML:improveBrowsingExperience">
15 pref=
"{{prefs.alternate_error_pages.enabled}}"
16 i18n-values=
"label:linkDoctorPref">
17 </cr-settings-checkbox>
19 pref=
"{{prefs.search.suggest_enabled}}"
20 i18n-values=
"label:searchSuggestPref">
21 </cr-settings-checkbox>
23 pref=
"{{prefs.net.network_prediction_options}}"
24 i18n-values=
"label:networkPredictionEnabled">
25 </cr-settings-checkbox>
27 pref=
"{{prefs.safebrowsing.extended_reporting_enabled}}"
28 i18n-values=
"label:safeBrowsingEnableExtendedReporting">
29 </cr-settings-checkbox>
30 <cr-settings-checkbox pref=
"{{prefs.safebrowsing.enabled}}"
31 i18n-values=
"label:safeBrowsingEnableProtection">
32 </cr-settings-checkbox>
33 <if expr=
"_google_chrome">
35 pref=
"{{prefs.spellcheck.use_spelling_service}}"
36 i18n-values=
"label:spellingPref">
37 </cr-settings-checkbox>
40 pref=
"{{prefs.cros.metrics.reportingEnabled}}"
41 i18n-values=
"label:enableLogging">
42 </cr-settings-checkbox>
44 <!-- TODO(jlklein): Add non-chromeos metrics box. -->
46 <cr-settings-checkbox pref=
"{{prefs.enable_do_not_track}}"
47 i18n-values=
"label:doNotTrack">
48 </cr-settings-checkbox>
51 pref=
"{{prefs.cros.device.attestation_for_content_protection_enabled}}"
52 i18n-values=
"label:enableContentProtectionAttestation">
53 </cr-settings-checkbox>
55 pref=
"{{prefs.settings.internet.wake_on_wifi_ssid}}"
56 i18n-values=
"label:wakeOnWifi">
57 </cr-settings-checkbox>
59 <div class=
"privacy-buttons layout horizontal end-justified">
60 <cr-button i18n-content=
"siteSettingsLabel"></cr-button>
61 <cr-button raised
i18n-content=
"clearBrowsingDataLabel">
65 <script src=
"privacy_page.js"></script>