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

Unified Diff: chrome/browser/about_flags.cc

Issue 1279873003: [Android] Add progress bar linear animation option. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5bc0eddf6e40ea359900bffc945f7c3feddde1dc..632765f2e332b7ca684a22aa0e5efd91dee7b4f9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -552,6 +552,8 @@ const Experiment::Choice kProgressBarAnimationChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
{ IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED,
switches::kProgressBarAnimation, "disabled" },
+ { IDS_FLAGS_PROGRESS_BAR_ANIMATION_LINEAR,
+ switches::kProgressBarAnimation, "linear" },
{ IDS_FLAGS_PROGRESS_BAR_ANIMATION_SMOOTH,
switches::kProgressBarAnimation, "smooth" },
{ IDS_FLAGS_PROGRESS_BAR_ANIMATION_FAST_START,

Powered by Google App Engine
This is Rietveld 408576698