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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2679723003: Settings: Make Enable DRM checkbox available on all platforms (Closed)
Patch Set: make ui available on all platforms 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d1988c8b464d88f2ae35b9fe6122d42c189c9a68..946f22ccc29391c9cf014c9aa2ebdb2f2b325053 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8304,16 +8304,16 @@ I don't think this site should be blocked!
<message name="IDS_EXCEPTIONS_GEOLOCATION_EMBEDDED_ON_HOST" desc="Template text for a child row in the Geolocation Exceptions page view. Controls the permission setting for the parent page when embedded on the specified site.">
embedded on <ph name="URL">$1<ex>www.google.com</ex></ph>
</message>
- <if expr="chromeos or is_win">
- <message name="IDS_PROTECTED_CONTENT_TAB_LABEL" desc="Label for the Protected Content tab on the Content Settings dialog.">
- Protected content
- </message>
- <message name="IDS_PROTECTED_CONTENT_INFO" desc="Text that is displayed on the Protected Content tab of the Content Settings dialog. This text explains that enabling protected content may require using a uniquely identifiable machine identifier.">
- Some content services use machine identifiers to uniquely identify you for the purposes of authorizing access to protected content.
- </message>
- <message name="IDS_PROTECTED_CONTENT_ENABLE" desc="The label of the checkbox for enabling protected content.">
- Allow identifiers for protected content (computer restart may be required)
- </message>
+ <message name="IDS_PROTECTED_CONTENT_TAB_LABEL" desc="Label for the Protected Content tab on the Content Settings dialog.">
+ Protected content
+ </message>
+ <message name="IDS_PROTECTED_CONTENT_INFO" desc="Text that is displayed on the Protected Content section of the Content Settings dialog. This text explains that enabling protected content may require using a uniquely identifiable machine identifier.">
+ Some content services use unique identifiers for the purposes of authorizing access to protected content.
+ </message>
+ <message name="IDS_PROTECTED_CONTENT_ENABLE" desc="The label of the checkbox for enabling protected content.">
+ Allow all sites to play protected content (recommended)
+ </message>
+ <if expr="chromeos">
<message name="IDS_PROTECTED_CONTENT_HEADER" desc="Text label for the managing exceptions of Protected Content.">
Protected content exceptions
</message>

Powered by Google App Engine
This is Rietveld 408576698