cef/cef1/tests/cefclient/extension_test.h

17 lines
460 B
C
Raw Normal View History

// Copyright (c) 2013 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.
#ifndef CEF_TESTS_CEFCLIENT_EXTENSION_TEST_H_
#define CEF_TESTS_CEFCLIENT_EXTENSION_TEST_H_
#pragma once
namespace extension_test {
// Register the V8 extension handler.
void InitTest();
} // namespace extension_test
#endif // CEF_TESTS_CEFCLIENT_EXTENSION_TEST_H_