| 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 namespace prefs { | 8 namespace prefs { |
| 9 | 9 |
| 10 extern const char kAcceptLanguages[]; | 10 extern const char kAcceptLanguages[]; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 extern const char kSigninLastAccounts[]; | 40 extern const char kSigninLastAccounts[]; |
| 41 extern const char kSigninLastAccountsMigrated[]; | 41 extern const char kSigninLastAccountsMigrated[]; |
| 42 extern const char kSigninSharedAuthenticationUserId[]; | 42 extern const char kSigninSharedAuthenticationUserId[]; |
| 43 extern const char kSigninShouldPromptForSigninAgain[]; | 43 extern const char kSigninShouldPromptForSigninAgain[]; |
| 44 | 44 |
| 45 extern const char kOmniboxGeolocationAuthorizationState[]; | 45 extern const char kOmniboxGeolocationAuthorizationState[]; |
| 46 extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[]; | 46 extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[]; |
| 47 | 47 |
| 48 extern const char kRateThisAppDialogLastShownTime[]; | 48 extern const char kRateThisAppDialogLastShownTime[]; |
| 49 | 49 |
| 50 extern const char kDesktopIOSPromotionSMSEntryPoint[]; |
| 51 extern const char kDesktopIOSPromotionShownEntryPoints[]; |
| 52 extern const char kDesktopIOSPromotionLastImpression[]; |
| 53 extern const char kDesktopIOSPromotionDone[]; |
| 54 |
| 50 } // namespace prefs | 55 } // namespace prefs |
| 51 | 56 |
| 52 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_ | 57 #endif // IOS_CHROME_BROWSER_PREF_NAMES_H_ |
| OLD | NEW |