Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: ios/chrome/browser/pref_names.h

Issue 1133203003: [iOS] Upstream preference names used by iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove deprecated prefs Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/pref_names.h
diff --git a/ios/chrome/browser/pref_names.h b/ios/chrome/browser/pref_names.h
index 95ede81ae1ffdaad1ae191fcf56d9e81c7dd152e..4b39f45c41042440479293c85825a9f954727aff 100644
--- a/ios/chrome/browser/pref_names.h
+++ b/ios/chrome/browser/pref_names.h
@@ -17,11 +17,31 @@ extern const char kAcceptLanguages[];
namespace prefs {
+extern const char kContextualSearchEnabled[];
extern const char kIosBookmarkFolderDefault[];
extern const char kIosBookmarkPromoAlreadySeen[];
+extern const char kIosHandoffToOtherDevices[];
+extern const char kMetricsReportingWifiOnly[];
+extern const char kNetworkPredictionWifiOnly[];
+extern const char kNtpShownBookmarksFolder[];
extern const char kPaymentsPreferredUserId[];
extern const char kShowMemoryDebuggingTools[];
+extern const char kVoiceSearchLocale[];
+extern const char kVoiceSearchTTS[];
+
+extern const char kSigninLastAccounts[];
+extern const char kSigninSharedAuthenticationUserId[];
+extern const char kSigninShouldPromptForSigninAgain[];
+
+extern const char kOmniboxGeolocationAuthorizationState[];
+extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[];
+
+extern const char kDoodleAltText[];
+extern const char kDoodleExpirationTimeInSeconds[];
+extern const char kDoodleHref[];
+extern const char kDoodleLastRequestTimeInSeconds[];
+
} // namespace prefs
#endif // IOS_CHROME_BROWSER_PREF_NAMES_H_
« no previous file with comments | « no previous file | ios/chrome/browser/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698