chromium/ios/web/test/test_url_constants.h

// Copyright 2016 The Chromium Authors
// 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_