Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 9b8d6b591ffe31ab3e8e0e5d42bc9f682c1e6b1a..270049515247ecd0efe36fe99d59148d5e1b9eab 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2084,6 +2084,8 @@ const char kPinnedLauncherApps[] = |
| // Boolean value indicating whether to show a logout button in the ash tray. |
| const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray"; |
| + |
|
sadrul
2012/11/30 16:59:48
there's an extra new line here!
|
| +const char kFlingVelocityCap[] = "gesture.fling_velocity_cap"; |
| const char kLongPressTimeInSeconds[] = |
| "gesture.long_press_time_in_seconds"; |
| const char kMaxDistanceBetweenTapsForDoubleTap[] = |