blob: fc20a7100cd4e83afd007bbde6c900f20dcdeca9 [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[];
// 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_