// Copyright (c) 2012 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. #include "cefclient/common/client_app.h" #include "cefclient/common/scheme_test_common.h" namespace client { // static void ClientApp::RegisterCustomSchemes( CefRefPtr registrar, std::vector& cookiable_schemes) { scheme_test::RegisterCustomSchemes(registrar, cookiable_schemes); } } // namespace client