| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index a1364a61efd55d5522aa387eaf71caa8bdc5b293..72c45d5f055dd377160e1b868ea11473984270a4 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -760,8 +760,8 @@ extern const char kShowLogoutButtonInTray[];
|
|
|
| #if defined(USE_AURA)
|
| extern const char kMaxSeparationForGestureTouchesInPixels[];
|
| -extern const char kSemiLongPressTimeInSeconds[];
|
| -extern const char kTabScrubActivationDelayInMS[];
|
| +extern const char kSemiLongPressTimeInMs[];
|
| +extern const char kTabScrubActivationDelayInMs[];
|
| extern const char kFlingMaxCancelToDownTimeInMs[];
|
| extern const char kFlingMaxTapGapTimeInMs[];
|
| extern const char kOverscrollHorizontalThresholdComplete[];
|
|
|