| // Copyright 2020 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef IOS_CHROME_BROWSER_WEB_MODEL_LOOKALIKE_URL_CONSTANTS_H_ |
| #define IOS_CHROME_BROWSER_WEB_MODEL_LOOKALIKE_URL_CONSTANTS_H_ |
| |
| // Constant used for testing a lookalike URL interstitial. |
| extern const char kLookalikePagePathForTesting[]; |
| |
| // Constant used for testing a lookalike URL interstitial with no suggested URL. |
| extern const char kLookalikePageEmptyUrlPathForTesting[]; |
| |
| #endif // IOS_CHROME_BROWSER_WEB_MODEL_LOOKALIKE_URL_CONSTANTS_H_ |