2009-08-21 19:41:09 +02:00
|
|
|
// Copyright (c) 2009 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.
|
|
|
|
|
|
|
|
#pragma once
|
2009-10-02 19:59:38 +02:00
|
|
|
#include "include/cef.h"
|
2009-08-21 19:41:09 +02:00
|
|
|
|
|
|
|
// Add the V8 bindings.
|
|
|
|
void InitBindingTest(CefRefPtr<CefBrowser> browser,
|
|
|
|
CefRefPtr<CefFrame> frame,
|
|
|
|
CefRefPtr<CefV8Value> object);
|
|
|
|
|
|
|
|
// Run the test.
|
|
|
|
void RunBindingTest(CefRefPtr<CefBrowser> browser);
|