| 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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 638 extern const char kSyncPreferences[]; | 638 extern const char kSyncPreferences[]; | 
| 639 extern const char kSyncPriorityPreferences[]; | 639 extern const char kSyncPriorityPreferences[]; | 
| 640 extern const char kSyncSearchEngines[]; | 640 extern const char kSyncSearchEngines[]; | 
| 641 extern const char kSyncSessions[]; | 641 extern const char kSyncSessions[]; | 
| 642 extern const char kSyncSyncedNotifications[]; | 642 extern const char kSyncSyncedNotifications[]; | 
| 643 extern const char kSyncTabs[]; | 643 extern const char kSyncTabs[]; | 
| 644 extern const char kSyncThemes[]; | 644 extern const char kSyncThemes[]; | 
| 645 extern const char kSyncTypedUrls[]; | 645 extern const char kSyncTypedUrls[]; | 
| 646 | 646 | 
| 647 extern const char kSyncManaged[]; | 647 extern const char kSyncManaged[]; | 
|  | 648 extern const char kSyncDisabledByAdmin[]; | 
| 648 extern const char kSyncSuppressStart[]; | 649 extern const char kSyncSuppressStart[]; | 
| 649 extern const char kGoogleServicesLastUsername[]; | 650 extern const char kGoogleServicesLastUsername[]; | 
| 650 extern const char kGoogleServicesUsername[]; | 651 extern const char kGoogleServicesUsername[]; | 
| 651 extern const char kGoogleServicesUsernamePattern[]; | 652 extern const char kGoogleServicesUsernamePattern[]; | 
| 652 extern const char kSyncUsingSecondaryPassphrase[]; | 653 extern const char kSyncUsingSecondaryPassphrase[]; | 
| 653 extern const char kSyncEncryptionBootstrapToken[]; | 654 extern const char kSyncEncryptionBootstrapToken[]; | 
| 654 extern const char kSyncKeystoreEncryptionBootstrapToken[]; | 655 extern const char kSyncKeystoreEncryptionBootstrapToken[]; | 
| 655 extern const char kSyncAcknowledgedSyncTypes[]; | 656 extern const char kSyncAcknowledgedSyncTypes[]; | 
| 656 // Deprecated in favor of kInvalidatorMaxInvalidationVersions. | 657 // Deprecated in favor of kInvalidatorMaxInvalidationVersions. | 
| 657 extern const char kSyncMaxInvalidationVersions[]; | 658 extern const char kSyncMaxInvalidationVersions[]; | 
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 909 extern const char kAppListLaunchCount[]; | 910 extern const char kAppListLaunchCount[]; | 
| 910 extern const char kLastAppListAppLaunchPing[]; | 911 extern const char kLastAppListAppLaunchPing[]; | 
| 911 extern const char kAppListAppLaunchCount[]; | 912 extern const char kAppListAppLaunchCount[]; | 
| 912 | 913 | 
| 913 extern const char kDRMSalt[]; | 914 extern const char kDRMSalt[]; | 
| 914 extern const char kEnableDRM[]; | 915 extern const char kEnableDRM[]; | 
| 915 | 916 | 
| 916 }  // namespace prefs | 917 }  // namespace prefs | 
| 917 | 918 | 
| 918 #endif  // CHROME_COMMON_PREF_NAMES_H_ | 919 #endif  // CHROME_COMMON_PREF_NAMES_H_ | 
| OLD | NEW | 
|---|