| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 extern const char kAllowScreenLock[]; | 296 extern const char kAllowScreenLock[]; |
| 297 extern const char kHatsLastInteractionTimestamp[]; | 297 extern const char kHatsLastInteractionTimestamp[]; |
| 298 extern const char kQuickUnlockPinSalt[]; | 298 extern const char kQuickUnlockPinSalt[]; |
| 299 extern const char kQuickUnlockPinSecret[]; | 299 extern const char kQuickUnlockPinSecret[]; |
| 300 extern const char kEolStatus[]; | 300 extern const char kEolStatus[]; |
| 301 extern const char kEolNotificationDismissed[]; | 301 extern const char kEolNotificationDismissed[]; |
| 302 extern const char kQuickUnlockFeatureNotificationShown[]; | 302 extern const char kQuickUnlockFeatureNotificationShown[]; |
| 303 #endif // defined(OS_CHROMEOS) | 303 #endif // defined(OS_CHROMEOS) |
| 304 extern const char kShowHomeButton[]; | 304 extern const char kShowHomeButton[]; |
| 305 extern const char kRecentlySelectedEncoding[]; | 305 extern const char kRecentlySelectedEncoding[]; |
| 306 extern const char kEnableContinuousSpellcheck[]; | 306 //extern const char kEnableContinuousSpellcheck[]; |
| 307 extern const char kSpeechRecognitionFilterProfanities[]; | 307 extern const char kSpeechRecognitionFilterProfanities[]; |
| 308 extern const char kSavingBrowserHistoryDisabled[]; | 308 extern const char kSavingBrowserHistoryDisabled[]; |
| 309 extern const char kAllowDeletingBrowserHistory[]; | 309 extern const char kAllowDeletingBrowserHistory[]; |
| 310 extern const char kForceGoogleSafeSearch[]; | 310 extern const char kForceGoogleSafeSearch[]; |
| 311 extern const char kForceYouTubeSafetyMode[]; | 311 extern const char kForceYouTubeSafetyMode[]; |
| 312 extern const char kForceSessionSync[]; | 312 extern const char kForceSessionSync[]; |
| 313 extern const char kAllowedDomainsForApps[]; | 313 extern const char kAllowedDomainsForApps[]; |
| 314 extern const char kLastClearBrowsingDataTime[]; | 314 extern const char kLastClearBrowsingDataTime[]; |
| 315 extern const char kClearBrowsingDataHistoryNoticeShownTimes[]; | 315 extern const char kClearBrowsingDataHistoryNoticeShownTimes[]; |
| 316 #if defined(OS_LINUX) && !defined(OS_CHROMEOS) | 316 #if defined(OS_LINUX) && !defined(OS_CHROMEOS) |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 | 485 |
| 486 extern const char kSaveFileDefaultDirectory[]; | 486 extern const char kSaveFileDefaultDirectory[]; |
| 487 extern const char kSaveFileType[]; | 487 extern const char kSaveFileType[]; |
| 488 | 488 |
| 489 extern const char kAllowFileSelectionDialogs[]; | 489 extern const char kAllowFileSelectionDialogs[]; |
| 490 extern const char kDefaultTasksByMimeType[]; | 490 extern const char kDefaultTasksByMimeType[]; |
| 491 extern const char kDefaultTasksBySuffix[]; | 491 extern const char kDefaultTasksBySuffix[]; |
| 492 | 492 |
| 493 extern const char kSelectFileLastDirectory[]; | 493 extern const char kSelectFileLastDirectory[]; |
| 494 | 494 |
| 495 extern const char kSpellCheckDictionaries[]; | 495 //extern const char kSpellCheckDictionaries[]; |
| 496 extern const char kSpellCheckDictionary[]; | 496 //extern const char kSpellCheckDictionary[]; |
| 497 extern const char kSpellCheckUseSpellingService[]; | 497 //extern const char kSpellCheckUseSpellingService[]; |
| 498 | 498 |
| 499 extern const char kExcludedSchemes[]; | 499 extern const char kExcludedSchemes[]; |
| 500 | 500 |
| 501 extern const char kOptionsWindowLastTabIndex[]; | 501 extern const char kOptionsWindowLastTabIndex[]; |
| 502 extern const char kShowFirstRunBubbleOption[]; | 502 extern const char kShowFirstRunBubbleOption[]; |
| 503 | 503 |
| 504 extern const char kLastKnownIntranetRedirectOrigin[]; | 504 extern const char kLastKnownIntranetRedirectOrigin[]; |
| 505 | 505 |
| 506 extern const char kShutdownType[]; | 506 extern const char kShutdownType[]; |
| 507 extern const char kShutdownNumProcesses[]; | 507 extern const char kShutdownNumProcesses[]; |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 #endif // defined(GOOGLE_CHROME_BUILD) | 810 #endif // defined(GOOGLE_CHROME_BUILD) |
| 811 extern const char kMediaRouterFirstRunFlowAcknowledged[]; | 811 extern const char kMediaRouterFirstRunFlowAcknowledged[]; |
| 812 #endif | 812 #endif |
| 813 | 813 |
| 814 extern const char kOriginTrialPublicKey[]; | 814 extern const char kOriginTrialPublicKey[]; |
| 815 extern const char kOriginTrialDisabledFeatures[]; | 815 extern const char kOriginTrialDisabledFeatures[]; |
| 816 | 816 |
| 817 } // namespace prefs | 817 } // namespace prefs |
| 818 | 818 |
| 819 #endif // CHROME_COMMON_PREF_NAMES_H_ | 819 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |