| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 extern const char kExtensionsUIDeveloperMode[]; | 302 extern const char kExtensionsUIDeveloperMode[]; |
| 303 extern const char kExtensionsUIDismissedADTPromo[]; | 303 extern const char kExtensionsUIDismissedADTPromo[]; |
| 304 extern const char kExtensionCommands[]; | 304 extern const char kExtensionCommands[]; |
| 305 extern const char kPluginsLastInternalDirectory[]; | 305 extern const char kPluginsLastInternalDirectory[]; |
| 306 extern const char kPluginsPluginsList[]; | 306 extern const char kPluginsPluginsList[]; |
| 307 extern const char kPluginsDisabledPlugins[]; | 307 extern const char kPluginsDisabledPlugins[]; |
| 308 extern const char kPluginsDisabledPluginsExceptions[]; | 308 extern const char kPluginsDisabledPluginsExceptions[]; |
| 309 extern const char kPluginsEnabledPlugins[]; | 309 extern const char kPluginsEnabledPlugins[]; |
| 310 extern const char kPluginsMigratedToPepperFlash[]; | 310 extern const char kPluginsMigratedToPepperFlash[]; |
| 311 extern const char kPluginsRemovedOldComponentPepperFlashSettings[]; | 311 extern const char kPluginsRemovedOldComponentPepperFlashSettings[]; |
| 312 #if !defined(OS_ANDROID) |
| 312 extern const char kPluginsShowDetails[]; | 313 extern const char kPluginsShowDetails[]; |
| 314 #endif |
| 313 extern const char kPluginsAllowOutdated[]; | 315 extern const char kPluginsAllowOutdated[]; |
| 314 extern const char kPluginsAlwaysAuthorize[]; | 316 extern const char kPluginsAlwaysAuthorize[]; |
| 315 #if defined(ENABLE_PLUGIN_INSTALLATION) | 317 #if defined(ENABLE_PLUGIN_INSTALLATION) |
| 316 extern const char kPluginsMetadata[]; | 318 extern const char kPluginsMetadata[]; |
| 317 extern const char kPluginsResourceCacheUpdate[]; | 319 extern const char kPluginsResourceCacheUpdate[]; |
| 318 #endif | 320 #endif |
| 319 extern const char kCheckDefaultBrowser[]; | 321 extern const char kCheckDefaultBrowser[]; |
| 320 extern const char kDefaultBrowserSettingEnabled[]; | 322 extern const char kDefaultBrowserSettingEnabled[]; |
| 321 #if defined(OS_MACOSX) | 323 #if defined(OS_MACOSX) |
| 322 extern const char kShowUpdatePromotionInfoBar[]; | 324 extern const char kShowUpdatePromotionInfoBar[]; |
| 323 #endif | 325 #endif |
| 324 extern const char kUseCustomChromeFrame[]; | 326 extern const char kUseCustomChromeFrame[]; |
| 325 extern const char kDefaultContentSettings[]; | 327 extern const char kDefaultContentSettings[]; |
| 326 extern const char kOverrideContentSettings[]; | 328 extern const char kOverrideContentSettings[]; |
| 327 extern const char kContentSettingsVersion[]; | 329 extern const char kContentSettingsVersion[]; |
| 328 extern const char kContentSettingsPatternPairs[]; | 330 extern const char kContentSettingsPatternPairs[]; |
| 331 #if !defined(OS_ANDROID) |
| 329 extern const char kContentSettingsPluginWhitelist[]; | 332 extern const char kContentSettingsPluginWhitelist[]; |
| 333 #endif |
| 330 extern const char kBlockThirdPartyCookies[]; | 334 extern const char kBlockThirdPartyCookies[]; |
| 331 extern const char kClearSiteDataOnExit[]; | 335 extern const char kClearSiteDataOnExit[]; |
| 332 extern const char kPartitionDefaultZoomLevel[]; | 336 extern const char kPartitionDefaultZoomLevel[]; |
| 333 extern const char kDefaultZoomLevelDeprecated[]; | 337 extern const char kDefaultZoomLevelDeprecated[]; |
| 334 extern const char kPartitionPerHostZoomLevels[]; | 338 extern const char kPartitionPerHostZoomLevels[]; |
| 335 extern const char kPerHostZoomLevelsDeprecated[]; | 339 extern const char kPerHostZoomLevelsDeprecated[]; |
| 336 extern const char kAutofillDialogAutofillDefault[]; | 340 extern const char kAutofillDialogAutofillDefault[]; |
| 337 extern const char kAutofillDialogPayWithoutWallet[]; | 341 extern const char kAutofillDialogPayWithoutWallet[]; |
| 338 extern const char kAutofillDialogWalletLocationAcceptance[]; | 342 extern const char kAutofillDialogWalletLocationAcceptance[]; |
| 339 extern const char kAutofillDialogSaveData[]; | 343 extern const char kAutofillDialogSaveData[]; |
| 340 extern const char kAutofillDialogWalletShippingSameAsBilling[]; | 344 extern const char kAutofillDialogWalletShippingSameAsBilling[]; |
| 341 extern const char kAutofillGeneratedCardBubbleTimesShown[]; | 345 extern const char kAutofillGeneratedCardBubbleTimesShown[]; |
| 342 extern const char kAutofillDialogDefaults[]; | 346 extern const char kAutofillDialogDefaults[]; |
| 343 | 347 |
| 348 #if !defined(OS_ANDROID) |
| 344 extern const char kPinnedTabs[]; | 349 extern const char kPinnedTabs[]; |
| 350 #endif |
| 345 | 351 |
| 346 extern const char kDisable3DAPIs[]; | 352 extern const char kDisable3DAPIs[]; |
| 347 extern const char kEnableDeprecatedWebPlatformFeatures[]; | 353 extern const char kEnableDeprecatedWebPlatformFeatures[]; |
| 348 extern const char kEnableHyperlinkAuditing[]; | 354 extern const char kEnableHyperlinkAuditing[]; |
| 349 extern const char kEnableReferrers[]; | 355 extern const char kEnableReferrers[]; |
| 350 extern const char kEnableDoNotTrack[]; | 356 extern const char kEnableDoNotTrack[]; |
| 351 | 357 |
| 352 extern const char kImportAutofillFormData[]; | 358 extern const char kImportAutofillFormData[]; |
| 353 extern const char kImportBookmarks[]; | 359 extern const char kImportBookmarks[]; |
| 354 extern const char kImportHistory[]; | 360 extern const char kImportHistory[]; |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 extern const char kInitialLocale[]; | 687 extern const char kInitialLocale[]; |
| 682 extern const char kOobeComplete[]; | 688 extern const char kOobeComplete[]; |
| 683 extern const char kOobeScreenPending[]; | 689 extern const char kOobeScreenPending[]; |
| 684 extern const char kDeviceRegistered[]; | 690 extern const char kDeviceRegistered[]; |
| 685 extern const char kEnrollmentRecoveryRequired[]; | 691 extern const char kEnrollmentRecoveryRequired[]; |
| 686 extern const char kUsedPolicyCertificates[]; | 692 extern const char kUsedPolicyCertificates[]; |
| 687 extern const char kServerBackedDeviceState[]; | 693 extern const char kServerBackedDeviceState[]; |
| 688 extern const char kCustomizationDefaultWallpaperURL[]; | 694 extern const char kCustomizationDefaultWallpaperURL[]; |
| 689 extern const char kLogoutStartedLast[]; | 695 extern const char kLogoutStartedLast[]; |
| 690 extern const char kConsumerManagementEnrollmentStage[]; | 696 extern const char kConsumerManagementEnrollmentStage[]; |
| 691 #endif | 697 #endif // defined(OS_CHROMEOS) |
| 692 | 698 |
| 693 extern const char kClearPluginLSODataEnabled[]; | 699 extern const char kClearPluginLSODataEnabled[]; |
| 694 extern const char kPepperFlashSettingsEnabled[]; | 700 extern const char kPepperFlashSettingsEnabled[]; |
| 695 extern const char kDiskCacheDir[]; | 701 extern const char kDiskCacheDir[]; |
| 696 extern const char kDiskCacheSize[]; | 702 extern const char kDiskCacheSize[]; |
| 697 extern const char kMediaCacheSize[]; | 703 extern const char kMediaCacheSize[]; |
| 698 | 704 |
| 699 extern const char kChromeOsReleaseChannel[]; | 705 extern const char kChromeOsReleaseChannel[]; |
| 700 | 706 |
| 701 extern const char kPerformanceTracingEnabled[]; | 707 extern const char kPerformanceTracingEnabled[]; |
| 702 | 708 |
| 703 extern const char kTabStripStackedLayout[]; | 709 extern const char kTabStripStackedLayout[]; |
| 704 | 710 |
| 705 extern const char kRegisteredBackgroundContents[]; | 711 extern const char kRegisteredBackgroundContents[]; |
| 706 | 712 |
| 713 #if !defined(OS_ANDROID) |
| 707 extern const char kShownAutoLaunchInfobar[]; | 714 extern const char kShownAutoLaunchInfobar[]; |
| 715 #endif |
| 708 | 716 |
| 709 extern const char kAuthSchemes[]; | 717 extern const char kAuthSchemes[]; |
| 710 extern const char kDisableAuthNegotiateCnameLookup[]; | 718 extern const char kDisableAuthNegotiateCnameLookup[]; |
| 711 extern const char kEnableAuthNegotiatePort[]; | 719 extern const char kEnableAuthNegotiatePort[]; |
| 712 extern const char kAuthServerWhitelist[]; | 720 extern const char kAuthServerWhitelist[]; |
| 713 extern const char kAuthNegotiateDelegateWhitelist[]; | 721 extern const char kAuthNegotiateDelegateWhitelist[]; |
| 714 extern const char kGSSAPILibraryName[]; | 722 extern const char kGSSAPILibraryName[]; |
| 715 extern const char kAllowCrossOriginAuthPrompt[]; | 723 extern const char kAllowCrossOriginAuthPrompt[]; |
| 716 | 724 |
| 717 extern const char kBuiltInDnsClientEnabled[]; | 725 extern const char kBuiltInDnsClientEnabled[]; |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 | 826 |
| 819 extern const char kQuickCheckEnabled[]; | 827 extern const char kQuickCheckEnabled[]; |
| 820 extern const char kBrowserGuestModeEnabled[]; | 828 extern const char kBrowserGuestModeEnabled[]; |
| 821 extern const char kBrowserAddPersonEnabled[]; | 829 extern const char kBrowserAddPersonEnabled[]; |
| 822 | 830 |
| 823 extern const char kEasyUnlockHardlockState[]; | 831 extern const char kEasyUnlockHardlockState[]; |
| 824 | 832 |
| 825 } // namespace prefs | 833 } // namespace prefs |
| 826 | 834 |
| 827 #endif // CHROME_COMMON_PREF_NAMES_H_ | 835 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |