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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 9433046: Add flag that enable Encrypted Media Extensions on video elements. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 4991 matching lines...) Expand 10 before | Expand all | Expand 10 after
5002 </message> 5002 </message>
5003 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_DESCRIPTION" desc="Descri ption for the flag to enable extension alerts."> 5003 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_DESCRIPTION" desc="Descri ption for the flag to enable extension alerts.">
5004 Enable various alerts about changes in extension state. 5004 Enable various alerts about changes in extension state.
5005 </message> 5005 </message>
5006 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME" desc="Title for the fla g to enable the Media Source API on &lt;video&gt; elements."> 5006 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME" desc="Title for the fla g to enable the Media Source API on &lt;video&gt; elements.">
5007 Enable Media Source API on <ph name="VIDEO_HTML">&lt;video&gt;</ph> elem ents. 5007 Enable Media Source API on <ph name="VIDEO_HTML">&lt;video&gt;</ph> elem ents.
5008 </message> 5008 </message>
5009 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Descriptio n for the flag to enable the Media Source API on &lt;video&gt; elements."> 5009 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Descriptio n for the flag to enable the Media Source API on &lt;video&gt; elements.">
5010 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element. 5010 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element.
5011 </message> 5011 </message>
5012 <message name="IDS_FLAGS_ENABLE_MEDIA_ENCRYPTED_NAME" desc="Title for the flag to enable the Encrypted Media Extensions on &lt;video&gt; elements.">
5013 Enable Encrypted Media Extensions on <ph name="VIDEO_HTML">&lt;video&gt; </ph> elements.
5014 </message>
5015 <message name="IDS_FLAGS_ENABLE_MEDIA_ENCRYPTED_DESCRIPTION" desc="Descrip tion for the flag to enable the Encrypted Media Extensions on &lt;video&gt; elem ents.">
5016 Enable experimental Encrypted Media Extensions on the video elements.
5017 </message>
5012 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_NAME" desc="Title for the flag to enable fancy translucent windows."> 5018 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_NAME" desc="Title for the flag to enable fancy translucent windows.">
5013 Translucent windows 5019 Translucent windows
5014 </message> 5020 </message>
5015 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION" desc="Descri ption for the flag to enable fancy translucent windows."> 5021 <message name="IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION" desc="Descri ption for the flag to enable fancy translucent windows.">
5016 Enable translucent window frames. 5022 Enable translucent window frames.
5017 </message> 5023 </message>
5018 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_NAME" desc="Title for t he flag to enable Google-style dialog frames."> 5024 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_NAME" desc="Title for t he flag to enable Google-style dialog frames.">
5019 Google-style dialogs 5025 Google-style dialogs
5020 </message> 5026 </message>
5021 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_DESCRIPTION" desc="Desc ription for the flag to enable Google-style dialog frames."> 5027 <message name="IDS_FLAGS_AURA_GOOGLE_DIALOG_FRAMES_DESCRIPTION" desc="Desc ription for the flag to enable Google-style dialog frames.">
(...skipping 10043 matching lines...) Expand 10 before | Expand all | Expand 10 after
15065 </messages> 15071 </messages>
15066 <structures fallback_to_english="true"> 15072 <structures fallback_to_english="true">
15067 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15073 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15068 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15074 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15069 </structure> 15075 </structure>
15070 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15076 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15071 </structure> 15077 </structure>
15072 </structures> 15078 </structures>
15073 </release> 15079 </release>
15074 </grit> 15080 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698