ExtensionInstallDialogView: fix scrolling behavior on Views (Win,Linux)
[chromium-blink-merge.git] / remoting / client / plugin / pepper_entrypoints.h
blob75229b382fc2fb7448fdb91d5fb8bff0d16c860e
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 REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_
6 #define REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_
8 #include "ppapi/c/pp_module.h"
9 #include "ppapi/c/ppb.h"
11 namespace remoting {
13 int PPP_InitializeModule(PP_Module module_id,
14 PPB_GetInterface get_browser_interface);
15 void PPP_ShutdownModule();
16 const void* PPP_GetInterface(const char* interface_name);
17 const void* PPP_GetBrowserInterface(const char* interface_name);
19 } // namespace remoting
21 #endif // REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_