1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WebTestInterfaceFactory_h
6 #define WebTestInterfaceFactory_h
12 class WebTestInterfaceFactory
{
14 virtual ~WebTestInterfaceFactory() { }
15 virtual v8::Local
<v8::Value
> createInstance(v8::Local
<v8::Context
>) = 0;