| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 #ifndef IOS_CHROME_BROWSER_PREF_NAMES_H_ | 5 #ifndef IOS_CHROME_BROWSER_PREF_NAMES_H_ |
| 6 #define IOS_CHROME_BROWSER_PREF_NAMES_H_ | 6 #define IOS_CHROME_BROWSER_PREF_NAMES_H_ |
| 7 | 7 |
| 8 // TODO(crbug.com/663469): Remove these includes once embedders are migrated to | |
| 9 // use the new pref header. | |
| 10 #include "components/handoff/pref_names_ios.h" | |
| 11 #include "ios/public/provider/chrome/browser/voice/voice_search_prefs.h" | |
| 12 | |
| 13 namespace prefs { | 8 namespace prefs { |
| 14 | 9 |
| 15 extern const char kAcceptLanguages[]; | 10 extern const char kAcceptLanguages[]; |
| 16 extern const char kApplicationLocale[]; | 11 extern const char kApplicationLocale[]; |
| 17 extern const char kBrowserStateInfoCache[]; | 12 extern const char kBrowserStateInfoCache[]; |
| 18 extern const char kBrowserStateLastUsed[]; | 13 extern const char kBrowserStateLastUsed[]; |
| 19 extern const char kBrowserStatesLastActive[]; | 14 extern const char kBrowserStatesLastActive[]; |
| 20 extern const char kBrowserStatesNumCreated[]; | 15 extern const char kBrowserStatesNumCreated[]; |
| 21 extern const char kBrowsingDataMigrationHasBeenPossible[]; | 16 extern const char kBrowsingDataMigrationHasBeenPossible[]; |
| 22 extern const char kClearBrowsingDataHistoryNoticeShownTimes[]; | 17 extern const char kClearBrowsingDataHistoryNoticeShownTimes[]; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 48 extern const char kSigninShouldPromptForSigninAgain[]; | 43 extern const char kSigninShouldPromptForSigninAgain[]; |
| 49 | 44 |
| 50 extern const char kOmniboxGeolocationAuthorizationState[]; | 45 extern const char kOmniboxGeolocationAuthorizationState[]; |
| 51 extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[]; | 46 extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[]; |
| 52 | 47 |
| 53 extern const char kRateThisAppDialogLastShownTime[]; | 48 extern const char kRateThisAppDialogLastShownTime[]; |
| 54 | 49 |
| 55 } // namespace prefs | 50 } // namespace prefs |
| 56 | 51 |
| 57 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_ | 52 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_ |
| OLD | NEW |