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

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: Use TextUtils.isEmpty 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | 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 34adbedc4e43d1b84524b84f4d52f92acd2b0905..fc5497dc7799579af36dd4073d28efa9c283bd4e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -553,6 +553,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,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698