blob: e294f89b87921508d6790bc5e55caab001473a19 [file] [log] [blame]
droger4b2901c2015-01-08 16:25:331// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef IOS_CHROME_BROWSER_PREF_NAMES_H_
6#define IOS_CHROME_BROWSER_PREF_NAMES_H_
7
droger4b2901c2015-01-08 16:25:338namespace prefs {
9
droger4b2901c2015-01-08 16:25:3310extern const char kAcceptLanguages[];
sdefresne8014ec02015-11-24 13:40:2611extern const char kApplicationLocale[];
droger1179e3252015-10-27 15:04:2612extern const char kBrowserStateInfoCache[];
drogera1704382015-09-15 09:08:0113extern const char kBrowserStateLastUsed[];
14extern const char kBrowserStatesLastActive[];
15extern const char kBrowserStatesNumCreated[];
sdefresne00721bf52015-12-07 14:17:0216extern const char kBrowsingDataMigrationHasBeenPossible[];
msarda909adf82016-04-06 14:17:0617extern const char kClearBrowsingDataHistoryNoticeShownTimes[];
sdefresne00721bf52015-12-07 14:17:0218extern const char kContextualSearchEnabled[];
bengr13dffa52015-12-09 23:24:1219extern const char kDataSaverEnabled[];
sdefresnef4f9488c2015-09-09 15:05:4820extern const char kDefaultCharset[];
droger2a5decf2015-09-09 11:22:4321extern const char kEnableDoNotTrack[];
drogerd62654d2015-09-03 13:46:0122extern const char kHttpServerProperties[];
drogerf83b91262015-03-05 19:45:1923extern const char kIosBookmarkFolderDefault[];
24extern const char kIosBookmarkPromoAlreadySeen[];
jlebela24738a42017-06-28 15:27:1925extern const char kIosBookmarkSigninPromoDisplayedCount[];
Jérôme Lebelffa72182017-10-18 16:31:4926extern const char kIosSettingsPromoAlreadySeen[];
jlebel76ad8e52017-06-29 01:48:1527extern const char kIosSettingsSigninPromoDisplayedCount[];
mattreynoldsf4f64ad2016-08-08 20:35:0028extern const char kIosPhysicalWebEnabled[];
drogerb548bee82015-07-08 15:29:2729extern const char kLastSessionExitedCleanly[];
sdefresne81e36682015-05-18 13:55:3630extern const char kMetricsReportingWifiOnly[];
sdefresne00721bf52015-12-07 14:17:0231extern const char kNtpShownPage[];
sdefresne00721bf52015-12-07 14:17:0232extern const char kSavingBrowserHistoryDisabled[];
33extern const char kSearchSuggestEnabled[];
stkhapuginc7f71442015-10-02 13:05:5934
sdefresne00721bf52015-12-07 14:17:0235// TODO(crbug.com/538573): Consider migrating from these two bools to an integer
36// since only three cases are supported.
stkhapuginc7f71442015-10-02 13:05:5937extern const char kNetworkPredictionEnabled[];
sdefresne81e36682015-05-18 13:55:3638extern const char kNetworkPredictionWifiOnly[];
stkhapuginc7f71442015-10-02 13:05:5939
sdefresne81e36682015-05-18 13:55:3640extern const char kNtpShownBookmarksFolder[];
drogera7b5e662015-04-08 11:59:4541extern const char kShowMemoryDebuggingTools[];
drogerf83b91262015-03-05 19:45:1942
sdefresne81e36682015-05-18 13:55:3643extern const char kSigninLastAccounts[];
msardafb3b2e872015-09-04 09:14:5744extern const char kSigninLastAccountsMigrated[];
sdefresne81e36682015-05-18 13:55:3645extern const char kSigninSharedAuthenticationUserId[];
46extern const char kSigninShouldPromptForSigninAgain[];
47
48extern const char kOmniboxGeolocationAuthorizationState[];
49extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[];
50
rohitrao9e85d152015-09-29 13:22:1451extern const char kRateThisAppDialogLastShownTime[];
52
mrefaat54a83252017-01-30 19:07:0253extern const char kDesktopIOSPromotionSMSEntryPoint[];
54extern const char kDesktopIOSPromotionShownEntryPoints[];
55extern const char kDesktopIOSPromotionLastImpression[];
56extern const char kDesktopIOSPromotionDone[];
mrefaatc42114c2017-02-28 22:00:2857extern const char kDesktopIOSPromotionEligible[];
mrefaate8b6e0b2017-03-02 07:41:4658extern const char kDesktopIOSPromotionVariationId[];
mrefaat54a83252017-01-30 19:07:0259
drogerf83b91262015-03-05 19:45:1960} // namespace prefs
61
droger4b2901c2015-01-08 16:25:3362#endif // IOS_CHROME_BROWSER_PREF_NAMES_H_