| // Copyright 2024 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_UI_ASH_MAGIC_BOOST_MAGIC_BOOST_CONSTANTS_H_ |
| #define CHROME_BROWSER_UI_ASH_MAGIC_BOOST_MAGIC_BOOST_CONSTANTS_H_ |
| |
| namespace chromeos::magic_boost { |
| |
| // The view ids for Magic Boost related views. |
| enum ViewId { |
| OptInCardSecondaryButton = 1, |
| OptInCardPrimaryButton, |
| OptInCardTitleLabel, |
| OptInCardBodyLabel, |
| }; |
| |
| } // namespace chromeos::magic_boost |
| |
| #endif // CHROME_BROWSER_UI_ASH_MAGIC_BOOST_MAGIC_BOOST_CONSTANTS_H_ |