chromium/ios/web/test/test_url_constants.cc

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

#include "ios/web/test/test_url_constants.h"

namespace web {

const char kTestWebUIScheme[] = "testwebui";
const char kTestAppSpecificScheme[] = "testappspecific";

}  // namespace web