| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 63fe0a06020f5b620387706c7304205f61ff6551..f0edb9dc0693d4c850571c3b3f4eaf85a82ecba4 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2154,6 +2154,36 @@ const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray";
|
| // kShelfAutoHideBehavior.
|
| const char kShelfPreferences[] = "shelf_preferences";
|
|
|
| +// Tuning settings for the animations when a user is cycling through workspaces
|
| +// via a three finger vertical scroll.
|
| +const char kWorkspaceCyclerShallowerThanSelectedYOffsets[] =
|
| + "workspace_cycler.shallower_than_selected_y_offsets";
|
| +const char kWorkspaceCyclerDeeperThanSelectedYOffsets[] =
|
| + "workspace_cycler.deeper_than_selected_y_offsets";
|
| +const char kWorkspaceCyclerSelectedYOffset[] =
|
| + "workspace_cycler.selected_y_offset";
|
| +const char kWorkspaceCyclerSelectedScale[] =
|
| + "workspace_cycler.selected_scale";
|
| +const char kWorkspaceCyclerMinScale[] =
|
| + "workspace_cycler.min_scale";
|
| +const char kWorkspaceCyclerMaxScale[] =
|
| + "workspace_cycler.max_scale";
|
| +const char kWorkspaceCyclerMinBrightness[] =
|
| + "workspace_cycler.min_brightness";
|
| +const char kWorkspaceCyclerBackgroundOpacity[] =
|
| + "workspace_cycler.background_opacity";
|
| +const char kWorkspaceCyclerDistanceToInitiateCycling[] =
|
| + "workspace_cycler.distance_to_initiate_cycling";
|
| +const char kWorkspaceCyclerScrollDistanceToCycleToNextWorkspace[] =
|
| + "workspace_cycler.scroll_distance_to_cycle_to_next_workspace";
|
| +const char kWorkspaceCyclerCyclerStepAnimationDurationRatio[] =
|
| + "workspace_cycler.cycler_step_animation_duration_ratio";
|
| +const char kWorkspaceCyclerStartCyclerAnimationDuration[] =
|
| + "workspace_cycler.start_cycler_animation_duration";
|
| +const char kWorkspaceCyclerStopCyclerAnimationDuration[] =
|
| + "workspace_cycler.stop_cycler_animation_duration";
|
| +
|
| +// Tuning settings for gestures.
|
| const char kFlingMaxCancelToDownTimeInMs[] =
|
| "gesture.fling_max_cancel_to_down_time_in_ms";
|
| const char kFlingMaxTapGapTimeInMs[] =
|
|
|