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

Unified Diff: chrome/browser/resources/settings/site_settings_page/site_settings_page.html

Issue 2677003004: MD Settings: Make Protected Content setting available to all platforms. (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into 399-settings-make-enab… Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings_page/site_settings_page.html
diff --git a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
index 2bad2a6e010b828d581c7631b9bba3d79be3bc41..49ef4f9e5a74cfcd0896907c39cd5d668659fc52 100644
--- a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
+++ b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
@@ -245,14 +245,12 @@
<div class="middle">$i18n{siteSettingsPdfDocuments}</div>
<button class="subpage-arrow" is="paper-icon-button-light"></button>
</div>
-<if expr="chromeos or is_win">
<div class="settings-box" data-route="SITE_SETTINGS_PROTECTED_CONTENT"
on-tap="onTapNavigate_" actionable>
<iron-icon icon="settings:security"></iron-icon>
<div class="middle">$i18n{siteSettingsProtectedContent}</div>
<button class="subpage-arrow" is="paper-icon-button-light"></button>
</div>
-</if>
</template>
<script src="site_settings_page.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698