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

Side by Side Diff: remoting/client/plugin/pepper_entrypoints.h

Issue 6623048: Replace libjingle's HttpPortAllocatorSession with Pepper's http client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thread switching Created 9 years, 9 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_ 5 #ifndef REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_
6 #define REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_ 6 #define REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_
7 7
8 #include "ppapi/c/pp_module.h" 8 #include "ppapi/c/pp_module.h"
9 #include "ppapi/c/ppb.h" 9 #include "ppapi/c/ppb.h"
10 10
11 namespace remoting { 11 namespace remoting {
12 12
13 int PPP_InitializeModule(PP_Module module_id, 13 int PPP_InitializeModule(PP_Module module_id,
14 PPB_GetInterface get_browser_interface); 14 PPB_GetInterface get_browser_interface);
15 void PPP_ShutdownModule(); 15 void PPP_ShutdownModule();
16 const void* PPP_GetInterface(const char* interface_name); 16 const void* PPP_GetInterface(const char* interface_name);
17 const void* PPP_GetBrowserInterface(const char* interface_name);
17 18
18 } // namespace remoting 19 } // namespace remoting
19 20
20 #endif // REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_ 21 #endif // REMOTING_CLIENT_PLUGIN_PEPPER_ENTRYPOINTS_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698