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

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

Issue 8395053: Adding flag for turning on the Media Source API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
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 4820 matching lines...) Expand 10 before | Expand all | Expand 10 after
4831 Enable extension alerts 4831 Enable extension alerts
4832 </message> 4832 </message>
4833 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_DESCRIPTION" desc="Descri ption for the flag to enable extension alerts."> 4833 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_DESCRIPTION" desc="Descri ption for the flag to enable extension alerts.">
4834 Enable various alerts about changes in extension state. 4834 Enable various alerts about changes in extension state.
4835 </message> 4835 </message>
4836 <message name="IDS_FLAGS_ENABLE_PHOTO_EDITOR_NAME" desc="Title for the fla g to enable the photo editor."> 4836 <message name="IDS_FLAGS_ENABLE_PHOTO_EDITOR_NAME" desc="Title for the fla g to enable the photo editor.">
4837 Photo Editor 4837 Photo Editor
4838 </message> 4838 </message>
4839 <message name="IDS_FLAGS_ENABLE_PHOTO_EDITOR_DESCRIPTION" desc="Descriptio n for the flag to enable the photo editor."> 4839 <message name="IDS_FLAGS_ENABLE_PHOTO_EDITOR_DESCRIPTION" desc="Descriptio n for the flag to enable the photo editor.">
4840 </message> 4840 </message>
4841 <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.">
4842 Enable Media Source API on &lt;video&gt; elements.
4843 </message>
4844 <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.">
4845 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element.
4846 </message>
4841 4847
4842 <!-- Crashes --> 4848 <!-- Crashes -->
4843 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4849 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4844 Crashes 4850 Crashes
4845 </message> 4851 </message>
4846 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4852 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4847 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4853 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4848 </message> 4854 </message>
4849 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4855 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4850 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4856 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9696 matching lines...) Expand 10 before | Expand all | Expand 10 after
14547 </messages> 14553 </messages>
14548 <structures fallback_to_english="true"> 14554 <structures fallback_to_english="true">
14549 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14555 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14550 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14556 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14551 </structure> 14557 </structure>
14552 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14558 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14553 </structure> 14559 </structure>
14554 </structures> 14560 </structures>
14555 </release> 14561 </release>
14556 </grit> 14562 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698