blob: c8b88d4c7cbea22a2a1cfa7777b49c99c1e84da3 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// 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_LOOKALIKE_URL_CONSTANTS_H_
#define IOS_CHROME_BROWSER_WEB_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_LOOKALIKE_URL_CONSTANTS_H_