blob: a54cc5a0b9a88bd5e869e83a4fdc5dac88cf8887 [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[];
// App specific URL scheme which is neither WebUI nor Native Content.
extern const char kTestAppSpecificScheme[];
} // namespace web
#endif // IOS_WEB_TEST_TEST_URL_CONSTANTS_H_