| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 extern const char kExtensionsUIDeveloperMode[]; | 303 extern const char kExtensionsUIDeveloperMode[]; |
| 304 extern const char kExtensionsUIDismissedADTPromo[]; | 304 extern const char kExtensionsUIDismissedADTPromo[]; |
| 305 extern const char kExtensionCommands[]; | 305 extern const char kExtensionCommands[]; |
| 306 extern const char kPluginsLastInternalDirectory[]; | 306 extern const char kPluginsLastInternalDirectory[]; |
| 307 extern const char kPluginsPluginsList[]; | 307 extern const char kPluginsPluginsList[]; |
| 308 extern const char kPluginsDisabledPlugins[]; | 308 extern const char kPluginsDisabledPlugins[]; |
| 309 extern const char kPluginsDisabledPluginsExceptions[]; | 309 extern const char kPluginsDisabledPluginsExceptions[]; |
| 310 extern const char kPluginsEnabledPlugins[]; | 310 extern const char kPluginsEnabledPlugins[]; |
| 311 extern const char kPluginsMigratedToPepperFlash[]; | 311 extern const char kPluginsMigratedToPepperFlash[]; |
| 312 extern const char kPluginsRemovedOldComponentPepperFlashSettings[]; | 312 extern const char kPluginsRemovedOldComponentPepperFlashSettings[]; |
| 313 #if !defined(OS_ANDROID) |
| 313 extern const char kPluginsShowDetails[]; | 314 extern const char kPluginsShowDetails[]; |
| 315 #endif |
| 314 extern const char kPluginsAllowOutdated[]; | 316 extern const char kPluginsAllowOutdated[]; |
| 315 extern const char kPluginsAlwaysAuthorize[]; | 317 extern const char kPluginsAlwaysAuthorize[]; |
| 316 #if defined(ENABLE_PLUGIN_INSTALLATION) | 318 #if defined(ENABLE_PLUGIN_INSTALLATION) |
| 317 extern const char kPluginsMetadata[]; | 319 extern const char kPluginsMetadata[]; |
| 318 extern const char kPluginsResourceCacheUpdate[]; | 320 extern const char kPluginsResourceCacheUpdate[]; |
| 319 #endif | 321 #endif |
| 320 extern const char kCheckDefaultBrowser[]; | 322 extern const char kCheckDefaultBrowser[]; |
| 321 extern const char kDefaultBrowserSettingEnabled[]; | 323 extern const char kDefaultBrowserSettingEnabled[]; |
| 322 #if defined(OS_MACOSX) | 324 #if defined(OS_MACOSX) |
| 323 extern const char kShowUpdatePromotionInfoBar[]; | 325 extern const char kShowUpdatePromotionInfoBar[]; |
| 324 #endif | 326 #endif |
| 325 extern const char kUseCustomChromeFrame[]; | 327 extern const char kUseCustomChromeFrame[]; |
| 328 #if !defined(OS_ANDROID) |
| 326 extern const char kContentSettingsPluginWhitelist[]; | 329 extern const char kContentSettingsPluginWhitelist[]; |
| 330 #endif |
| 327 extern const char kBlockThirdPartyCookies[]; | 331 extern const char kBlockThirdPartyCookies[]; |
| 328 extern const char kClearSiteDataOnExit[]; | 332 extern const char kClearSiteDataOnExit[]; |
| 329 extern const char kPartitionDefaultZoomLevel[]; | 333 extern const char kPartitionDefaultZoomLevel[]; |
| 330 extern const char kDefaultZoomLevelDeprecated[]; | 334 extern const char kDefaultZoomLevelDeprecated[]; |
| 331 extern const char kPartitionPerHostZoomLevels[]; | 335 extern const char kPartitionPerHostZoomLevels[]; |
| 332 extern const char kPerHostZoomLevelsDeprecated[]; | 336 extern const char kPerHostZoomLevelsDeprecated[]; |
| 333 extern const char kAutofillDialogAutofillDefault[]; | 337 extern const char kAutofillDialogAutofillDefault[]; |
| 334 extern const char kAutofillDialogPayWithoutWallet[]; | 338 extern const char kAutofillDialogPayWithoutWallet[]; |
| 335 extern const char kAutofillDialogWalletLocationAcceptance[]; | 339 extern const char kAutofillDialogWalletLocationAcceptance[]; |
| 336 extern const char kAutofillDialogSaveData[]; | 340 extern const char kAutofillDialogSaveData[]; |
| 337 extern const char kAutofillDialogWalletShippingSameAsBilling[]; | 341 extern const char kAutofillDialogWalletShippingSameAsBilling[]; |
| 338 extern const char kAutofillGeneratedCardBubbleTimesShown[]; | 342 extern const char kAutofillGeneratedCardBubbleTimesShown[]; |
| 339 extern const char kAutofillDialogDefaults[]; | 343 extern const char kAutofillDialogDefaults[]; |
| 340 | 344 |
| 345 #if !defined(OS_ANDROID) |
| 341 extern const char kPinnedTabs[]; | 346 extern const char kPinnedTabs[]; |
| 347 #endif |
| 342 | 348 |
| 343 extern const char kDisable3DAPIs[]; | 349 extern const char kDisable3DAPIs[]; |
| 344 extern const char kEnableDeprecatedWebPlatformFeatures[]; | 350 extern const char kEnableDeprecatedWebPlatformFeatures[]; |
| 345 extern const char kEnableHyperlinkAuditing[]; | 351 extern const char kEnableHyperlinkAuditing[]; |
| 346 extern const char kEnableReferrers[]; | 352 extern const char kEnableReferrers[]; |
| 347 extern const char kEnableDoNotTrack[]; | 353 extern const char kEnableDoNotTrack[]; |
| 348 | 354 |
| 349 extern const char kImportAutofillFormData[]; | 355 extern const char kImportAutofillFormData[]; |
| 350 extern const char kImportBookmarks[]; | 356 extern const char kImportBookmarks[]; |
| 351 extern const char kImportHistory[]; | 357 extern const char kImportHistory[]; |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 extern const char kDevToolsPortForwardingDefaultSet[]; | 555 extern const char kDevToolsPortForwardingDefaultSet[]; |
| 550 extern const char kDevToolsPortForwardingConfig[]; | 556 extern const char kDevToolsPortForwardingConfig[]; |
| 551 #if defined(OS_ANDROID) | 557 #if defined(OS_ANDROID) |
| 552 extern const char kDevToolsRemoteEnabled[]; | 558 extern const char kDevToolsRemoteEnabled[]; |
| 553 #endif | 559 #endif |
| 554 | 560 |
| 555 extern const char kGoogleServicesPasswordHash[]; | 561 extern const char kGoogleServicesPasswordHash[]; |
| 556 | 562 |
| 557 extern const char kInvalidationServiceUseGCMChannel[]; | 563 extern const char kInvalidationServiceUseGCMChannel[]; |
| 558 | 564 |
| 565 // TODO(thestig): These 4 prefs should not be defined on mobile. |
| 566 // Fix for http://crbug.com/159847 |
| 559 extern const char kSignInPromoStartupCount[]; | 567 extern const char kSignInPromoStartupCount[]; |
| 560 extern const char kSignInPromoUserSkipped[]; | 568 extern const char kSignInPromoUserSkipped[]; |
| 561 extern const char kSignInPromoShowOnFirstRunAllowed[]; | 569 extern const char kSignInPromoShowOnFirstRunAllowed[]; |
| 562 extern const char kSignInPromoShowNTPBubble[]; | 570 extern const char kSignInPromoShowNTPBubble[]; |
| 563 | 571 |
| 564 extern const char kWebAppCreateOnDesktop[]; | 572 extern const char kWebAppCreateOnDesktop[]; |
| 565 extern const char kWebAppCreateInAppsMenu[]; | 573 extern const char kWebAppCreateInAppsMenu[]; |
| 566 extern const char kWebAppCreateInQuickLaunchBar[]; | 574 extern const char kWebAppCreateInQuickLaunchBar[]; |
| 567 | 575 |
| 568 extern const char kGeolocationAccessToken[]; | 576 extern const char kGeolocationAccessToken[]; |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 extern const char kInitialLocale[]; | 661 extern const char kInitialLocale[]; |
| 654 extern const char kOobeComplete[]; | 662 extern const char kOobeComplete[]; |
| 655 extern const char kOobeScreenPending[]; | 663 extern const char kOobeScreenPending[]; |
| 656 extern const char kDeviceRegistered[]; | 664 extern const char kDeviceRegistered[]; |
| 657 extern const char kEnrollmentRecoveryRequired[]; | 665 extern const char kEnrollmentRecoveryRequired[]; |
| 658 extern const char kUsedPolicyCertificates[]; | 666 extern const char kUsedPolicyCertificates[]; |
| 659 extern const char kServerBackedDeviceState[]; | 667 extern const char kServerBackedDeviceState[]; |
| 660 extern const char kCustomizationDefaultWallpaperURL[]; | 668 extern const char kCustomizationDefaultWallpaperURL[]; |
| 661 extern const char kLogoutStartedLast[]; | 669 extern const char kLogoutStartedLast[]; |
| 662 extern const char kConsumerManagementEnrollmentStage[]; | 670 extern const char kConsumerManagementEnrollmentStage[]; |
| 663 #endif | 671 #endif // defined(OS_CHROMEOS) |
| 664 | 672 |
| 665 extern const char kClearPluginLSODataEnabled[]; | 673 extern const char kClearPluginLSODataEnabled[]; |
| 666 extern const char kPepperFlashSettingsEnabled[]; | 674 extern const char kPepperFlashSettingsEnabled[]; |
| 667 extern const char kDiskCacheDir[]; | 675 extern const char kDiskCacheDir[]; |
| 668 extern const char kDiskCacheSize[]; | 676 extern const char kDiskCacheSize[]; |
| 669 extern const char kMediaCacheSize[]; | 677 extern const char kMediaCacheSize[]; |
| 670 | 678 |
| 671 extern const char kChromeOsReleaseChannel[]; | 679 extern const char kChromeOsReleaseChannel[]; |
| 672 | 680 |
| 673 extern const char kPerformanceTracingEnabled[]; | 681 extern const char kPerformanceTracingEnabled[]; |
| 674 | 682 |
| 675 extern const char kTabStripStackedLayout[]; | 683 extern const char kTabStripStackedLayout[]; |
| 676 | 684 |
| 677 extern const char kRegisteredBackgroundContents[]; | 685 extern const char kRegisteredBackgroundContents[]; |
| 678 | 686 |
| 687 #if !defined(OS_ANDROID) |
| 679 extern const char kShownAutoLaunchInfobar[]; | 688 extern const char kShownAutoLaunchInfobar[]; |
| 689 #endif |
| 680 | 690 |
| 681 extern const char kAuthSchemes[]; | 691 extern const char kAuthSchemes[]; |
| 682 extern const char kDisableAuthNegotiateCnameLookup[]; | 692 extern const char kDisableAuthNegotiateCnameLookup[]; |
| 683 extern const char kEnableAuthNegotiatePort[]; | 693 extern const char kEnableAuthNegotiatePort[]; |
| 684 extern const char kAuthServerWhitelist[]; | 694 extern const char kAuthServerWhitelist[]; |
| 685 extern const char kAuthNegotiateDelegateWhitelist[]; | 695 extern const char kAuthNegotiateDelegateWhitelist[]; |
| 686 extern const char kGSSAPILibraryName[]; | 696 extern const char kGSSAPILibraryName[]; |
| 687 extern const char kAllowCrossOriginAuthPrompt[]; | 697 extern const char kAllowCrossOriginAuthPrompt[]; |
| 688 | 698 |
| 689 extern const char kBuiltInDnsClientEnabled[]; | 699 extern const char kBuiltInDnsClientEnabled[]; |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 | 798 |
| 789 extern const char kQuickCheckEnabled[]; | 799 extern const char kQuickCheckEnabled[]; |
| 790 extern const char kBrowserGuestModeEnabled[]; | 800 extern const char kBrowserGuestModeEnabled[]; |
| 791 extern const char kBrowserAddPersonEnabled[]; | 801 extern const char kBrowserAddPersonEnabled[]; |
| 792 | 802 |
| 793 extern const char kEasyUnlockHardlockState[]; | 803 extern const char kEasyUnlockHardlockState[]; |
| 794 | 804 |
| 795 } // namespace prefs | 805 } // namespace prefs |
| 796 | 806 |
| 797 #endif // CHROME_COMMON_PREF_NAMES_H_ | 807 #endif // CHROME_COMMON_PREF_NAMES_H_ |
| OLD | NEW |