| Index: ios/web/test/test_url_constants.h
|
| diff --git a/ios/web/test/test_url_constants.h b/ios/web/test/test_url_constants.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f47c75e8d3807df7b3943ea6809a87d52cc774a4
|
| --- /dev/null
|
| +++ b/ios/web/test/test_url_constants.h
|
| @@ -0,0 +1,15 @@
|
| +// 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[];
|
| +
|
| +} // namespace web
|
| +
|
| +#endif // IOS_WEB_TEST_TEST_URL_CONSTANTS_H_
|
|
|