blob: 2202f88ec39c638084312e85106c89f6222a1e6f [file] [log] [blame]
// Copyright 2016 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_WEB_TEST_TEST_URL_CONSTANTS_H_
#define IOS_WEB_TEST_TEST_URL_CONSTANTS_H_
namespace web {
// URL scheme for testing WebUI.
extern const char kTestWebUIScheme[];
// URL scheme for testing Native Content.
extern const char kTestNativeContentScheme[];
} // namespace web
#endif // IOS_WEB_TEST_TEST_URL_CONSTANTS_H_