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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10879089: Turn track on by default (switch --enable-video-track flag to --disable-video-track) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable instead of enable Created 8 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | content/public/common/content_switches.cc » ('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 b11c910d7fa5cd476db60144f649a99476a8c6a6..a15ef94cb829118dbb94941cf080d97990b49c82 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5736,11 +5736,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_ASYNC_DNS_DESCRIPTION" desc="Description for the flag to enable asynchronous DNS client.">
Enable experimental asynchronous DNS client.
</message>
- <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_NAME" desc="Title for the flag to enable the &lt;track&gt; element for &lt;video&gt; elements.">
- Enable <ph name="TRACK_HTML">&lt;track&gt;</ph> element
+ <message name="IDS_FLAGS_DISABLE_VIDEO_TRACK_NAME" desc="Title for the flag to disable the &lt;track&gt; element for &lt;video&gt; elements.">
+ Disable <ph name="TRACK_HTML">&lt;track&gt;</ph> element
</message>
- <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_DESCRIPTION" desc="Description for the flag to enable the track element for captions on &lt;videos&gt; elements.">
- Enable the track element (not yet fully functional) for captions, subtitles, chapters, and audio descriptions on video elements.
+ <message name="IDS_FLAGS_DISABLE_VIDEO_TRACK_DESCRIPTION" desc="Description for the flag to disable the track element for captions on &lt;videos&gt; elements.">
+ Disable the track element for captions, subtitles, chapters, and audio descriptions on video elements.
</message>
<message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_NAME" desc="Title for the flag to enable extension alerts.">
Enable extension alerts
« 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