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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 23903023: Add --mediadrm-enable-non-compositing flag for Chrome on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 e29ea2ca12e5e2e438b065f7f82539e0fea8d3e8..1ff31d61f1e23c29c53ab4be638eeb7b4c9bc490 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6044,6 +6044,14 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENCRYPTED_MEDIA_CANPLAYTYPE_OVERRIDE_DESCRIPTION" desc="Description for the flag to override suppressed affirmative responses to canPlayType().">
Enable appropriate responses to canPlayType() for key systems that return the empty string by default.
</message>
+ <if expr="is_android">
+ <message name="IDS_FLAGS_MEDIADRM_ENABLE_NON_COMPOSITING_NAME" desc="Mobile: Title for the flag to enable non-conmpositing decoding in MediaDrm for encrypted contents.">
ddorwin 2013/09/09 22:16:34 "Mobile"? Or "Android"? It doesn't apply to iOS. s
xhwang 2013/09/09 22:52:48 Done.
+ Enable non-compositing decoding in MediaDrm.
ddorwin 2013/09/09 22:16:34 Probably don't need to tell the user details about
xhwang 2013/09/09 22:52:48 Done.
+ </message>
+ <message name="IDS_FLAGS_MEDIADRM_ENABLE_NON_COMPOSITING_DESCRIPTION" desc="Mobile: Description for the flag to enable non-conmpositing decoding in MediaDrm for encrypted contents.">
ddorwin 2013/09/09 22:16:34 The above items apply here too.
xhwang 2013/09/09 22:52:48 Done.
+ Enable non-compositing decoding in MediaDrm by default for Encrypted Media Extension implementation.
ddorwin 2013/09/09 22:16:34 Extension_s_
xhwang 2013/09/09 22:52:48 Done.
+ </message>
+ </if>
<message name="IDS_FLAGS_ENABLE_OPUS_PLAYBACK_NAME" desc="Title for the flag to enable Opus playback in &lt;video&gt; elements.">
Enable Opus playback in &lt;video&gt; elements.
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/browser/android/browser_media_player_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698