| 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 | 9 |
| 10 #include <stddef.h> | 10 #include <stddef.h> |
| (...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 extern const char kClearPluginLSODataEnabled[]; | 720 extern const char kClearPluginLSODataEnabled[]; |
| 721 extern const char kPepperFlashSettingsEnabled[]; | 721 extern const char kPepperFlashSettingsEnabled[]; |
| 722 extern const char kDiskCacheDir[]; | 722 extern const char kDiskCacheDir[]; |
| 723 extern const char kDiskCacheSize[]; | 723 extern const char kDiskCacheSize[]; |
| 724 extern const char kMediaCacheSize[]; | 724 extern const char kMediaCacheSize[]; |
| 725 | 725 |
| 726 extern const char kChromeOsReleaseChannel[]; | 726 extern const char kChromeOsReleaseChannel[]; |
| 727 | 727 |
| 728 extern const char kPerformanceTracingEnabled[]; | 728 extern const char kPerformanceTracingEnabled[]; |
| 729 | 729 |
| 730 extern const char kTabStripLayoutType[]; | 730 extern const char kTabStripStackedLayout[]; |
| 731 | 731 |
| 732 extern const char kRegisteredBackgroundContents[]; | 732 extern const char kRegisteredBackgroundContents[]; |
| 733 | 733 |
| 734 extern const char kShownAutoLaunchInfobar[]; | 734 extern const char kShownAutoLaunchInfobar[]; |
| 735 | 735 |
| 736 extern const char kAuthSchemes[]; | 736 extern const char kAuthSchemes[]; |
| 737 extern const char kDisableAuthNegotiateCnameLookup[]; | 737 extern const char kDisableAuthNegotiateCnameLookup[]; |
| 738 extern const char kEnableAuthNegotiatePort[]; | 738 extern const char kEnableAuthNegotiatePort[]; |
| 739 extern const char kAuthServerWhitelist[]; | 739 extern const char kAuthServerWhitelist[]; |
| 740 extern const char kAuthNegotiateDelegateWhitelist[]; | 740 extern const char kAuthNegotiateDelegateWhitelist[]; |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 | 874 |
| 875 #if defined(OS_ANDROID) | 875 #if defined(OS_ANDROID) |
| 876 extern const char kPartnerBookmarkMappings[]; | 876 extern const char kPartnerBookmarkMappings[]; |
| 877 #endif | 877 #endif |
| 878 | 878 |
| 879 extern const char kQuickCheckEnabled[]; | 879 extern const char kQuickCheckEnabled[]; |
| 880 | 880 |
| 881 } // namespace prefs | 881 } // namespace prefs |
| 882 | 882 |
| 883 #endif // CHROME_COMMON_PREF_NAMES_H_ | 883 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |