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

Unified Diff: chrome/app/generated_resources.grd

Issue 10805070: Flip HW video decode from being behind an "enable" flag to being behind a "disable" flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 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') | no next file with comments »
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 a73ef58ddc51f28cb4be32c61c0075f5c086bf4b..6a85173a7b0e375ed13debbddd2a2b8e50017537 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5940,11 +5940,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_DISABLE_NON_FULLSCREEN_MOUSE_LOCK_DESCRIPTION" desc="Description for the flag to disable mouse lock when the browser is not full screen.">
Disables mouse lock (pointer lock) when an application or page is not already full screen.
</message>
- <message name="IDS_FLAGS_ENABLE_ACCELERATED_VIDEO_DECODE_NAME" desc="Name of the flag to enable accelerated video decode where available.">
- Enable hardware-accelerated video decode.
+ <message name="IDS_FLAGS_DISABLE_ACCELERATED_VIDEO_DECODE_NAME" desc="Name of the flag to disable accelerated video decode where available.">
+ Disable hardware-accelerated video decode.
</message>
- <message name="IDS_FLAGS_ENABLE_ACCELERATED_VIDEO_DECODE_DESCRIPTION" desc="Description for the flag to enable accelerated video decode where available.">
- Enables hardware-accelerated video decode where available.
+ <message name="IDS_FLAGS_DISABLE_ACCELERATED_VIDEO_DECODE_DESCRIPTION" desc="Description for the flag to disable accelerated video decode where available.">
+ Disables hardware-accelerated video decode where available.
</message>
<!-- Crashes -->
« 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