OLD | NEW |
---|---|
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Constants for the names of various preferences, for easier changing. | 5 // Constants for the names of various preferences, for easier changing. |
6 | 6 |
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ | 7 #ifndef CHROME_COMMON_PREF_NAMES_H_ |
8 #define CHROME_COMMON_PREF_NAMES_H_ | 8 #define CHROME_COMMON_PREF_NAMES_H_ |
9 #pragma once | 9 #pragma once |
10 | 10 |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
686 extern const char kMinScrollDeltaSquared[]; | 686 extern const char kMinScrollDeltaSquared[]; |
687 extern const char kMinSwipeSpeed[]; | 687 extern const char kMinSwipeSpeed[]; |
688 extern const char kMinTouchDownDurationInSecondsForClick[]; | 688 extern const char kMinTouchDownDurationInSecondsForClick[]; |
689 extern const char kPointsBufferedForVelocity[]; | 689 extern const char kPointsBufferedForVelocity[]; |
690 extern const char kRailBreakProportion[]; | 690 extern const char kRailBreakProportion[]; |
691 extern const char kRailStartProportion[]; | 691 extern const char kRailStartProportion[]; |
692 #endif | 692 #endif |
693 | 693 |
694 extern const char kInManagedMode[]; | 694 extern const char kInManagedMode[]; |
695 | 695 |
696 extern const char kVariationsSeed[]; | |
Ilya Sherman
2012/05/02 23:15:08
nit: Please group this with the other metrics cons
jwd
2012/05/03 22:27:49
Done.
| |
697 | |
696 } // namespace prefs | 698 } // namespace prefs |
697 | 699 |
698 #endif // CHROME_COMMON_PREF_NAMES_H_ | 700 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |