Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Side by Side Diff: webkit/glue/plugins/npapi_extension_thunk.h

Issue 6012002: Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2009 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.
4
5 #ifndef WEBKIT_GLUE_PLUGINS_NPAPI_EXTENSION_THUNK_H_
6 #define WEBKIT_GLUE_PLUGINS_NPAPI_EXTENSION_THUNK_H_
7
8 #include "third_party/npapi/bindings/npapi_extensions.h"
9
10 // This file implements forwarding for the NPAPI "Pepper" extensions through to
11 // the WebPluginDelegate associated with the plugin.
12
13 namespace NPAPI {
14
15 // Implements NPN_GetValue for the case of NPNVPepperExtensions. The function
16 // pointers in the returned structure implement all the extensions.
17 NPError GetPepperExtensionsFunctions(void* value);
18
19 } // namespace NPAPI
20
21 #endif // WEBKIT_GLUE_PLUGINS_NPAPI_EXTENSION_THUNK_H_
22
23
OLDNEW
« no previous file with comments | « webkit/glue/plugins/gtk_plugin_container_manager.cc ('k') | webkit/glue/plugins/npapi_extension_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698