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

Side by Side Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 1838273003: MD Settings: Hooking up native certificate manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spaces. Created 4 years, 8 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
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
5 <if expr="use_nss_certs">
6 <link rel="import" href="chrome://md-settings/certificate_manager_page/certifica te_manager_page.html">
7 </if>
8 <link rel="import" href="chrome://md-settings/clear_browsing_data_dialog/clear_b rowsing_data_dialog.html"> 5 <link rel="import" href="chrome://md-settings/clear_browsing_data_dialog/clear_b rowsing_data_dialog.html">
9 <link rel="import" href="chrome://md-settings/controls/settings_checkbox.html"> 6 <link rel="import" href="chrome://md-settings/controls/settings_checkbox.html">
10 <link rel="import" href="chrome://md-settings/settings_page/settings_animated_pa ges.html"> 7 <link rel="import" href="chrome://md-settings/settings_page/settings_animated_pa ges.html">
11 <link rel="import" href="chrome://md-settings/settings_page/settings_subheader.h tml"> 8 <link rel="import" href="chrome://md-settings/settings_page/settings_subheader.h tml">
12 <link rel="import" href="chrome://md-settings/settings_shared_css.html"> 9 <link rel="import" href="chrome://md-settings/settings_shared_css.html">
13 <link rel="import" href="chrome://md-settings/site_settings/all_sites.html"> 10 <link rel="import" href="chrome://md-settings/site_settings/all_sites.html">
14 <link rel="import" href="chrome://md-settings/site_settings/constants.html"> 11 <link rel="import" href="chrome://md-settings/site_settings/constants.html">
15 <link rel="import" href="chrome://md-settings/site_settings_page/site_settings_p age.html"> 12 <link rel="import" href="chrome://md-settings/site_settings_page/site_settings_p age.html">
16 13
14 <if expr="use_nss_certs">
15 <link rel="import" href="chrome://md-settings/certificate_manager_page/certifica te_manager_page.html">
16 </if>
17 <if expr="is_win or is_macosx">
18 <link rel="import" href="chrome://md-settings/privacy_page/privacy_page_browser_ proxy.html">
19 </if>
20
17 <dom-module id="settings-privacy-page"> 21 <dom-module id="settings-privacy-page">
18 <link rel="import" type="css" href="privacy_page.css"> 22 <link rel="import" type="css" href="privacy_page.css">
19 <template> 23 <template>
20 <style include="settings-shared"></style> 24 <style include="settings-shared"></style>
21 <settings-animated-pages id="pages" current-route="{{currentRoute}}" 25 <settings-animated-pages id="pages" current-route="{{currentRoute}}"
22 section="privacy"> 26 section="privacy">
23 <neon-animatable id="main"> 27 <neon-animatable id="main">
24 <settings-clear-browsing-data-dialog prefs="{{prefs}}"> 28 <settings-clear-browsing-data-dialog prefs="{{prefs}}">
25 </settings-clear-browsing-data-dialog> 29 </settings-clear-browsing-data-dialog>
26 <div class="settings-box block first"> 30 <div class="settings-box block first">
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 <settings-checkbox 70 <settings-checkbox
67 pref="{{prefs.cros.device.attestation_for_content_protection_enabl ed}}" 71 pref="{{prefs.cros.device.attestation_for_content_protection_enabl ed}}"
68 i18n-values="label:enableContentProtectionAttestation"> 72 i18n-values="label:enableContentProtectionAttestation">
69 </settings-checkbox> 73 </settings-checkbox>
70 <settings-checkbox 74 <settings-checkbox
71 pref="{{prefs.settings.internet.wake_on_wifi_darkconnect}}" 75 pref="{{prefs.settings.internet.wake_on_wifi_darkconnect}}"
72 i18n-values="label:wakeOnWifi"> 76 i18n-values="label:wakeOnWifi">
73 </settings-checkbox> 77 </settings-checkbox>
74 </if> 78 </if>
75 </div> 79 </div>
76 <div class="settings-box two-line" on-tap="onManageCertificatesTap_"> 80 <if expr="use_nss_certs or is_win or is_macosx">
81 <div id="manageCertificates" class="settings-box two-line"
82 on-tap="onManageCertificatesTap_">
77 <div class="start"> 83 <div class="start">
78 <div i18n-content="manageCertificates"></div> 84 <div i18n-content="manageCertificates"></div>
79 <div class="secondary"> 85 <div class="secondary">
80 <!-- TODO(dschuyler): replace this placeholder text --> 86 <!-- TODO(dschuyler): replace this placeholder text -->
81 Contrary to popular belief, Lorem Ipsum is not simply random text. 87 Contrary to popular belief, Lorem Ipsum is not simply random text.
82 </div> 88 </div>
83 </div> 89 </div>
84 </div> 90 </div>
91 </if>
85 <div class="settings-box two-line" on-tap="onSiteSettingsTap_"> 92 <div class="settings-box two-line" on-tap="onSiteSettingsTap_">
86 <div class="start"> 93 <div class="start">
87 <div i18n-content="siteSettings"></div> 94 <div i18n-content="siteSettings"></div>
88 <div class="secondary"> 95 <div class="secondary">
89 <!-- TODO(dschuyler): replace this placeholder text --> 96 <!-- TODO(dschuyler): replace this placeholder text -->
90 Contrary to popular belief, Lorem Ipsum is not simply random text. 97 Contrary to popular belief, Lorem Ipsum is not simply random text.
91 </div> 98 </div>
92 </div> 99 </div>
93 </div> 100 </div>
94 <div class="settings-box"> 101 <div class="settings-box">
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 <neon-animatable id="site-details"> 221 <neon-animatable id="site-details">
215 <site-details 222 <site-details
216 site="{{selectedSite}}" 223 site="{{selectedSite}}"
217 current-route="{{currentRoute}}"> 224 current-route="{{currentRoute}}">
218 </site-details> 225 </site-details>
219 </neon-animatable> 226 </neon-animatable>
220 </settings-animated-pages> 227 </settings-animated-pages>
221 </template> 228 </template>
222 <script src="privacy_page.js"></script> 229 <script src="privacy_page.js"></script>
223 </dom-module> 230 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698