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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 extern const char kProfileShortcutCreated[]; | 305 extern const char kProfileShortcutCreated[]; |
306 extern const char kAutofillEnabled[]; | 306 extern const char kAutofillEnabled[]; |
307 extern const char kAutofillAuxiliaryProfilesEnabled[]; | 307 extern const char kAutofillAuxiliaryProfilesEnabled[]; |
308 extern const char kAutofillPositiveUploadRate[]; | 308 extern const char kAutofillPositiveUploadRate[]; |
309 extern const char kAutofillNegativeUploadRate[]; | 309 extern const char kAutofillNegativeUploadRate[]; |
310 extern const char kAutofillPersonalDataManagerFirstRun[]; | 310 extern const char kAutofillPersonalDataManagerFirstRun[]; |
311 extern const char kEditBookmarksEnabled[]; | 311 extern const char kEditBookmarksEnabled[]; |
312 | 312 |
313 extern const char kEnableTranslate[]; | 313 extern const char kEnableTranslate[]; |
314 extern const char kPinnedTabs[]; | 314 extern const char kPinnedTabs[]; |
315 extern const char kHttpThrottlingEnabled[]; | |
316 | 315 |
317 extern const char kDisable3DAPIs[]; | 316 extern const char kDisable3DAPIs[]; |
318 extern const char kEnableHyperlinkAuditing[]; | 317 extern const char kEnableHyperlinkAuditing[]; |
319 extern const char kEnableReferrers[]; | 318 extern const char kEnableReferrers[]; |
320 | 319 |
321 #if defined(OS_MACOSX) | 320 #if defined(OS_MACOSX) |
322 extern const char kPresentationModeEnabled[]; | 321 extern const char kPresentationModeEnabled[]; |
323 #endif | 322 #endif |
324 | 323 |
325 extern const char kImportBookmarks[]; | 324 extern const char kImportBookmarks[]; |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 extern const char kPointsBufferedForVelocity[]; | 690 extern const char kPointsBufferedForVelocity[]; |
692 extern const char kRailBreakProportion[]; | 691 extern const char kRailBreakProportion[]; |
693 extern const char kRailStartProportion[]; | 692 extern const char kRailStartProportion[]; |
694 #endif | 693 #endif |
695 | 694 |
696 extern const char kInManagedMode[]; | 695 extern const char kInManagedMode[]; |
697 | 696 |
698 } // namespace prefs | 697 } // namespace prefs |
699 | 698 |
700 #endif // CHROME_COMMON_PREF_NAMES_H_ | 699 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |