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

Unified Diff: chrome/app/generated_resources.grd

Issue 10459016: Disable accelerated animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just switch enable/disable. Don't rename flag. Created 8 years, 7 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 17549e114f4b38ad0429d3421ae9fb5cf4e48d1d..6dbbe486e0694f7995fa2c4155cca5eda8251da8 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5252,10 +5252,10 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_THREADED_COMPOSITING_MODE_DISABLED" desc="Option name for turning off threaded compositing">
Disabled
</message>
- <message name="IDS_FLAGS_DISABLE_THREADED_ANIMATION_NAME" desc="Name of the 'Disable accelerated CSS animations' lab.">
- Disable accelerated CSS animations
+ <message name="IDS_FLAGS_ENABLE_THREADED_ANIMATION_NAME" desc="Name of the 'Enable accelerated CSS animations' lab.">
+ Enable accelerated CSS animations
</message>
- <message name="IDS_FLAGS_DISABLE_THREADED_ANIMATION_DESCRIPTION" desc="Description of the 'Disable accelerated CSS animations' lab.">
+ <message name="IDS_FLAGS_ENABLE_THREADED_ANIMATION_DESCRIPTION" desc="Description of the 'Enable accelerated CSS animations' lab.">
When threaded compositing is enabled, accelerated CSS animations run on the compositing thread. However, there may be performance gains running with accelerated CSS animations, even without the compositor thread.
</message>
<message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
@@ -11880,23 +11880,23 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_GOOGLE_MAILTO_HANDLER_URL">
https:////mail.google.com//mail//?extsrc=mailto&amp;url=%s
</message>
-
+
<!-- The name for the Google mailto service. -->
<message name="IDS_GOOGLE_MAILTO_HANDLER_NAME">
Google.com Mail
</message>
-
+
<!-- The URL for the Google webcal service. -->
<message name="IDS_GOOGLE_WEBCAL_HANDLER_URL">
https:////www.google.com//calendar//render?cid=%s
</message>
-
+
<!-- The name for the Google webcal service. -->
<message name="IDS_GOOGLE_WEBCAL_HANDLER_NAME">
Google Calendar
</message>
</if>
-
+
<!-- Sync promo page chrome://signin -->
<message name="IDS_SYNC_PROMO_TAB_TITLE" desc="The title of the sync promo tab.">
Sign in
@@ -16324,7 +16324,7 @@ Battery full
When enabled, will use ClientOAuth to connect a profile to a Google account. Otherwise ClientLogin is used.
ClientOAuth permits using OTPs instead of ASPs to during authentication.
</message>
-
+
</messages>
<structures fallback_to_english="true">
<!-- Make sure these stay in sync with the structures in generated_resources.grd. -->
« 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