Refactor management of overview window copy lifetime into a separate class.
[chromium-blink-merge.git] / content / test / plugin / plugin_test_factory.h
blobbe294f37b8a50424b2d0ae159c3a1b5e3a79c473
1 // Copyright (c) 2010 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 CONTENT_TEST_PLUGIN_PLUGIN_TEST_FACTROY_H__
6 #define CONTENT_TEST_PLUGIN_PLUGIN_TEST_FACTROY_H__
8 #include <string>
10 #include "third_party/npapi/bindings/nphostapi.h"
12 namespace NPAPIClient {
14 class PluginTest;
16 extern PluginTest* CreatePluginTest(const std::string& test_name,
17 NPP instance,
18 NPNetscapeFuncs* host_functions);
20 } // namespace NPAPIClient
22 #endif // CONTENT_TEST_PLUGIN_PLUGIN_TEST_FACTROY_H__