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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1414853003: Add options for audio/video autoplay to chrome://settings/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | chrome/app/theme/theme_resources.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d453307eb03245193d5f3d3de93dbee7bc2af16e..0de5f6f8af4752f874457024e73cf6327c1c3776 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -333,6 +333,9 @@ are declared in build/common.gypi.
<message name="IDS_WEBSITE_SETTINGS_TYPE_STORAGE" desc="The label used for the local storage type in the Manage Sites settings.">
Storage
</message>
+ <message name="IDS_WEBSITE_SETTINGS_TYPE_MEDIA_AUTOPLAY" desc="The label used for the media autoplay type in the Website Settings popup.">
+ Media Autoplay
+ </message>
<message name="IDS_WEBSITE_SETTINGS_TAB_LABEL_CONNECTION" desc="The label of the connection tab of the Website Settings popup.">
Connection
</message>
@@ -14586,6 +14589,20 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
</message>
</if>
+ <!-- Media Autoplay messages -->
+ <message name="IDS_MEDIA_AUTOPLAY_TAB_LABEL" desc="The label used for the media autoplay section in the Content Settings dialog.">
+ Media Autoplay
+ </message>
+ <message name="IDS_MEDIA_AUTOPLAY_ALLOW_RADIO" desc="A radio button in the Content Settings dialog to allow autoplay of all audio or video content.">
+ Allow autoplay of all audio or video content
msramek 2015/10/28 10:42:50 The wording should be "Allow all sites to autoplay
+ </message>
+ <message name="IDS_MEDIA_AUTOPLAY_DETECT_RECOMMENDED_RADIO" desc="A radio button in the Content Settings dialog to only allow autoplay of audio or video content detected as important.">
+ Allow autoplay of only audio or video content detected as important (recommended)
philipj_slow 2015/10/23 12:17:30 The description sounds like there's some non-trivi
DaleCurtis 2015/10/23 19:21:27 There are discussions to see if we can reuse some
philipj_slow 2015/10/28 10:30:40 Perhaps this is a long way from shipping, but if i
+ </message>
+ <message name="IDS_MEDIA_AUTOPLAY_BLOCK_RADIO" desc="A radio button in the Content Settings dialog to block autoplay of all audio or video content.">
+ Do not allow autoplay of any audio or video content
+ </message>
+
<!-- Copresence settings/debug strings -->
<if expr="not is_android and not is_ios">
<message name="IDS_COPRESENCE_TITLE" desc="Title for the chrome://copresence page.">
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | chrome/app/theme/theme_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698