| // Copyright 2023 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef CHROME_BROWSER_PROMOS_PROMOS_PREF_NAMES_H_ |
| #define CHROME_BROWSER_PROMOS_PROMOS_PREF_NAMES_H_ |
| |
| namespace promos_prefs { |
| extern const char kiOSPasswordPromoLastImpressionTimestamp[]; |
| extern const char kiOSPasswordPromoImpressionsCounter[]; |
| extern const char kiOSPasswordPromoOptOut[]; |
| } // namespace promos_prefs |
| |
| #endif // CHROME_BROWSER_PROMOS_PROMOS_PREF_NAMES_H_ |