| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 8d1cc80c42f8e7c400e6982149b4e2882ec5fa50..fe24bb11fe7ea01f191cd4d6cacdb5779bafe03d 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1775,6 +1775,17 @@ const char kWebIntentsEnabled[] = "webintents.enabled";
|
|
|
| #if defined(USE_AURA)
|
| const char kPinnedLauncherApps[] = "pinned_launcher_apps";
|
| +
|
| +const char kMaximumSecondsBetweenDoubleClick[] =
|
| + "gesture.maximum_seconds_between_double_click";
|
| +const char kMaximumTouchDownDurationInSecondsForClick[] =
|
| + "gesture.maximum_touch_down_duration_in_seconds_for_click";
|
| +const char kMaximumTouchMoveInPixelsForClick[] =
|
| + "gesture.maximum_touch_move_in_pixels_for_click";
|
| +const char kMinFlickSpeedSquared[] =
|
| + "gesture.min_flick_speed_squared";
|
| +const char kMinimumTouchDownDurationInSecondsForClick[] =
|
| + "gesture.minimum_touch_down_duration_in_seconds_for_click";
|
| #endif
|
|
|
| // Indicates whether the browser is in managed mode.
|
|
|