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

Unified Diff: chrome/browser/resources/options2/content_settings.html

Issue 10332203: Merge 137434 - Disable the "Protected Content" section in the ChromeOS content settings dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1132/src/
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/content_settings.html
===================================================================
--- chrome/browser/resources/options2/content_settings.html (revision 137467)
+++ chrome/browser/resources/options2/content_settings.html (working copy)
@@ -257,7 +257,9 @@
</label>
</div>
</section>
-<if expr="pp_ifdef('chromeos')">
+<!-- TODO(markusheintz): Renable the Protected Content section once the 3rd
+ party dependencies of the backend are ready. -->
+<if expr="pp_ifdef('chromeos') and False">
<!-- Protected Content filter -->
<section guest-visibility="disabled">
<h3 i18n-content="protected_content_tab_label"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698