blob: afd14c44d2e6fb64f9a097f39e0f4a5937d6a20a [file] [log] [blame]
// 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_