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

Unified Diff: chrome/app/generated_resources.grd

Issue 1260923002: Enable MJPEG HW decode accelerator on Intel CrOS platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nits Created 5 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 | « build/ios/grit_whitelist.txt ('k') | 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 cbda95301c25b3331caf6de9bc3c4644934c6601..0a68d06f14f9f43509cabcdb8ea8f262bed58e90 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7013,11 +7013,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
</message>
</if>
<if expr="chromeos">
- <message name="IDS_FLAGS_ENABLE_ACCELERATED_MJPEG_DECODE_NAME" desc="Name of the flag to enable accelerated mjpeg decode for captured frame where available.">
- Enable hardware-accelerated mjpeg decode for captured frame.
+ <message name="IDS_FLAGS_DISABLE_ACCELERATED_MJPEG_DECODE_NAME" desc="Name of the flag to disable accelerated mjpeg decode for captured frame where available.">
+ Disable hardware-accelerated mjpeg decode for captured frame.
</message>
- <message name="IDS_FLAGS_ENABLE_ACCELERATED_MJPEG_DECODE_DESCRIPTION" desc="Description for the flag to enable accelerated mjpeg decode for captured frame where available.">
- Enable hardware-accelerated mjpeg decode for captured frame where available.
+ <message name="IDS_FLAGS_DISABLE_ACCELERATED_MJPEG_DECODE_DESCRIPTION" desc="Description for the flag to disable accelerated mjpeg decode for captured frame where available.">
+ Disable hardware-accelerated mjpeg decode for captured frame where available.
</message>
</if>
<message name="IDS_FLAGS_RESTRICT_IFRAME_PERMISSIONS_NAME" desc="Name of the flag to enable the restricted iframe permissions model.">
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698