| // 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_ |