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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10546113: Added a command line flag that disables force-compositing-mode and modified the about:flags entry t… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
===================================================================
--- chrome/app/generated_resources.grd (revision 141860)
+++ chrome/app/generated_resources.grd (working copy)
@@ -5276,6 +5276,15 @@
<message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_DESCRIPTION" desc="Description of the 'Force compositing mode' lab.">
Uses GPU accelerated compositing on all pages, not just those that include GPU-accelerated layers.
</message>
+ <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_DEFAULT" desc="Option name for leaving compositing mode in its default state.">
+ Default
+ </message>
+ <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_ENABLED" desc="Option name for turning on force compositing mode">
+ Enabled
+ </message>
+ <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_DISABLED" desc="Option name for turning off force compositing mode">
+ Disabled
+ </message>
<message name="IDS_FLAGS_FORCE_HIGH_DPI_NAME" desc="Name of the 'Force high DPI mode' lab.">
Force high DPI mode
</message>
« 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