| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 613856d395872e58da19417469744243ca663914..7016ffed25b565cf035220413faef0d36579abc6 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2504,8 +2504,9 @@ const char kOverscrollHorizontalResistThreshold[] =
|
| "overscroll.horizontal_resist_threshold";
|
| const char kOverscrollVerticalResistThreshold[] =
|
| "overscroll.vertical_resist_threshold";
|
| -// TODO(mohsen): Remove following pref in M32. By then, gesture prefs will have
|
| -// been cleared for majority of the users: crbug.com/269292.
|
| +// TODO(mohsen): Remove following pref in M33. By then, it will have been
|
| +// cleared from preferences file for majority of users and it will be ready to
|
| +// be removed: crbug.com/269292.
|
| // A temporary pref to do a one-time wipe of gesture preferences.
|
| const char kGestureConfigIsTrustworthy[] = "gesture.config_is_trustworthy";
|
| #endif
|
|
|