2013-04-03 23:31:49 +00:00
|
|
|
// Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights
|
2010-10-03 21:04:50 +00:00
|
|
|
// reserved. Use of this source code is governed by a BSD-style license that
|
|
|
|
// can be found in the LICENSE file.
|
|
|
|
|
2012-01-09 23:46:23 +00:00
|
|
|
#ifndef CEF_TESTS_CEFCLIENT_EXTENSION_TEST_H_
|
|
|
|
#define CEF_TESTS_CEFCLIENT_EXTENSION_TEST_H_
|
|
|
|
#pragma once
|
2010-10-28 20:38:27 +00:00
|
|
|
|
2013-04-03 23:31:49 +00:00
|
|
|
namespace extension_test {
|
2010-10-03 21:04:50 +00:00
|
|
|
|
|
|
|
// Register the V8 extension handler.
|
2013-04-03 23:31:49 +00:00
|
|
|
void InitTest();
|
2010-10-03 21:04:50 +00:00
|
|
|
|
2013-04-03 23:31:49 +00:00
|
|
|
} // namespace extension_test
|
2010-10-28 20:38:27 +00:00
|
|
|
|
2012-01-09 23:46:23 +00:00
|
|
|
#endif // CEF_TESTS_CEFCLIENT_EXTENSION_TEST_H_
|