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

Unified Diff: chrome/browser/about_flags.cc

Issue 2615643002: ui: Add debug flag for slowing down all UI animations. (Closed)
Patch Set: add missing histograms.xml entry Created 3 years, 11 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9f2116302216232fccbbbe18be6f58c37b51f348..b85c41b21c8fc8a248fe5f2e21ea792bb3f87beb 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1041,6 +1041,10 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_MATERIAL_DESIGN_INK_DROP_ANIMATION_SPEED_NAME,
IDS_FLAGS_MATERIAL_DESIGN_INK_DROP_ANIMATION_SPEED_DESCRIPTION, kOsCrOS,
MULTI_VALUE_TYPE(kAshMaterialDesignInkDropAnimationSpeed)},
+ {"ui-slow-animations",
+ IDS_FLAGS_UI_SLOW_ANIMATIONS_NAME,
+ IDS_FLAGS_UI_SLOW_ANIMATIONS_DESCRIPTION, kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kUISlowAnimations)},
{"disable-cloud-import", IDS_FLAGS_CLOUD_IMPORT,
IDS_FLAGS_CLOUD_IMPORT_DESCRIPTION, kOsCrOS,
SINGLE_DISABLE_VALUE_TYPE(chromeos::switches::kDisableCloudImport)},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698