blob: 690776e8b10fe19eb339b8f0db3285a37dd42dbb [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
8namespace ios {
9namespace prefs {
10
11// Preferences in ios::prefs:: are temporary shared with desktop Chrome.
12// Non-shared preferences should be in the prefs:: namespace (no ios::).
13extern const char kAcceptLanguages[];
drogerd62654d2015-09-03 13:46:0114extern const char kHttpServerProperties[];
sdefresne5151eee2015-06-26 14:05:4415extern const char kSavingBrowserHistoryDisabled[];
sdefresneb285dfd82015-08-12 08:32:1016extern const char kSearchSuggestEnabled[];
droger4b2901c2015-01-08 16:25:3317
18} // namespace prefs
19} // namespace ios
20
drogerf83b91262015-03-05 19:45:1921namespace prefs {
22
sdefresne81e36682015-05-18 13:55:3623extern const char kContextualSearchEnabled[];
drogerf83b91262015-03-05 19:45:1924extern const char kIosBookmarkFolderDefault[];
25extern const char kIosBookmarkPromoAlreadySeen[];
shreyasv6a6293f32015-05-29 08:02:3126extern const char kOTRStashStatePathSystemBackupExcluded[];
sdefresne81e36682015-05-18 13:55:3627extern const char kIosHandoffToOtherDevices[];
drogerb548bee82015-07-08 15:29:2728extern const char kLastSessionExitedCleanly[];
sdefresne81e36682015-05-18 13:55:3629extern const char kMetricsReportingWifiOnly[];
30extern const char kNetworkPredictionWifiOnly[];
31extern const char kNtpShownBookmarksFolder[];
drogera7b5e662015-04-08 11:59:4532extern const char kShowMemoryDebuggingTools[];
drogerf83b91262015-03-05 19:45:1933
sdefresne81e36682015-05-18 13:55:3634extern const char kVoiceSearchLocale[];
35extern const char kVoiceSearchTTS[];
36
37extern const char kSigninLastAccounts[];
38extern const char kSigninSharedAuthenticationUserId[];
39extern const char kSigninShouldPromptForSigninAgain[];
40
41extern const char kOmniboxGeolocationAuthorizationState[];
42extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[];
43
drogerf83b91262015-03-05 19:45:1944} // namespace prefs
45
droger4b2901c2015-01-08 16:25:3346#endif // IOS_CHROME_BROWSER_PREF_NAMES_H_