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

Side by Side Diff: src/trusted/plugin/ppapi/browser_interface_ppapi.h

Issue 2981011: Move plugin/srpc contents to the more appropriately named plugin/common.... (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 10 years, 5 months 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
« no previous file with comments | « src/trusted/plugin/portable_handle.cc ('k') | src/trusted/plugin/ppapi/plugin_ppapi.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2010 The Native Client Authors. All rights reserved. 2 * Copyright 2010 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can 3 * Use of this source code is governed by a BSD-style license that can
4 * be found in the LICENSE file. 4 * be found in the LICENSE file.
5 */ 5 */
6 6
7 // PPAPI-based implementation of the interface to call browser functionality. 7 // PPAPI-based implementation of the interface to call browser functionality.
8 8
9 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PPAPI_BROWSER_INTERFACE_PPAPI_H_ 9 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PPAPI_BROWSER_INTERFACE_PPAPI_H_
10 #define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PPAPI_BROWSER_INTERFACE_PPAPI_H_ 10 #define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PPAPI_BROWSER_INTERFACE_PPAPI_H_
11 11
12 #include <string> 12 #include <string>
13 13
14 #include "native_client/src/include/nacl_string.h" 14 #include "native_client/src/include/nacl_string.h"
15 #include "native_client/src/trusted/plugin/srpc/browser_interface.h" 15 #include "native_client/src/trusted/plugin/browser_interface.h"
16 #include "ppapi/cpp/instance.h" 16 #include "ppapi/cpp/instance.h"
17 17
18 namespace pp { 18 namespace pp {
19 class Instance; 19 class Instance;
20 } // namespace 20 } // namespace
21 21
22 namespace plugin { 22 namespace plugin {
23 23
24 class PortableHandle; 24 class PortableHandle;
25 class ScriptableHandle; 25 class ScriptableHandle;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 // Convert from the API-independent instance identifier to the PPAPI 59 // Convert from the API-independent instance identifier to the PPAPI
60 // PP_Instance. 60 // PP_Instance.
61 pp::Instance* InstanceIdentifierToPPInstance(InstanceIdentifier id); 61 pp::Instance* InstanceIdentifierToPPInstance(InstanceIdentifier id);
62 // Convert from the PPAPI PP_Instance type to the API-independent instance 62 // Convert from the PPAPI PP_Instance type to the API-independent instance
63 // identifier. 63 // identifier.
64 InstanceIdentifier PPInstanceToInstanceIdentifier(pp::Instance* instance); 64 InstanceIdentifier PPInstanceToInstanceIdentifier(pp::Instance* instance);
65 65
66 } // namespace plugin 66 } // namespace plugin
67 67
68 #endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PPAPI_BROWSER_INTERFACE_PPAPI_H_ 68 #endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PPAPI_BROWSER_INTERFACE_PPAPI_H_
OLDNEW
« no previous file with comments | « src/trusted/plugin/portable_handle.cc ('k') | src/trusted/plugin/ppapi/plugin_ppapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698