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

Side by Side Diff: ppapi/proxy/resource_creation_proxy.h

Issue 9836131: Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « ppapi/proxy/ppb_flash_net_connector_proxy.cc ('k') | ppapi/proxy/resource_creation_proxy.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 PPAPI_PROXY_RESOURCE_CREATION_PROXY_H_ 5 #ifndef PPAPI_PROXY_RESOURCE_CREATION_PROXY_H_
6 #define PPAPI_PROXY_RESOURCE_CREATION_PROXY_H_ 6 #define PPAPI_PROXY_RESOURCE_CREATION_PROXY_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 PP_FileChooserMode_Dev mode, 64 PP_FileChooserMode_Dev mode,
65 const char* accept_mime_types) OVERRIDE; 65 const char* accept_mime_types) OVERRIDE;
66 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE; 66 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE;
67 virtual PP_Resource CreateFileRef(PP_Resource file_system, 67 virtual PP_Resource CreateFileRef(PP_Resource file_system,
68 const char* path) OVERRIDE; 68 const char* path) OVERRIDE;
69 virtual PP_Resource CreateFileSystem(PP_Instance instance, 69 virtual PP_Resource CreateFileSystem(PP_Instance instance,
70 PP_FileSystemType type) OVERRIDE; 70 PP_FileSystemType type) OVERRIDE;
71 virtual PP_Resource CreateFlashMenu(PP_Instance instance, 71 virtual PP_Resource CreateFlashMenu(PP_Instance instance,
72 const PP_Flash_Menu* menu_data) OVERRIDE; 72 const PP_Flash_Menu* menu_data) OVERRIDE;
73 virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE; 73 virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE;
74 virtual PP_Resource CreateFlashNetConnector(PP_Instance instance) OVERRIDE;
75 virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance, 74 virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance,
76 const PP_Size& size, 75 const PP_Size& size,
77 PP_Bool is_always_opaque) OVERRIDE; 76 PP_Bool is_always_opaque) OVERRIDE;
78 virtual PP_Resource CreateGraphics3D(PP_Instance instance, 77 virtual PP_Resource CreateGraphics3D(PP_Instance instance,
79 PP_Resource share_context, 78 PP_Resource share_context,
80 const int32_t* attrib_list) OVERRIDE; 79 const int32_t* attrib_list) OVERRIDE;
81 virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance, 80 virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance,
82 PP_Resource share_context, 81 PP_Resource share_context,
83 const int32_t* attrib_list) OVERRIDE; 82 const int32_t* attrib_list) OVERRIDE;
84 virtual PP_Resource CreateHostResolverPrivate(PP_Instance instance) OVERRIDE; 83 virtual PP_Resource CreateHostResolverPrivate(PP_Instance instance) OVERRIDE;
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; 142 virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
144 143
145 private: 144 private:
146 DISALLOW_COPY_AND_ASSIGN(ResourceCreationProxy); 145 DISALLOW_COPY_AND_ASSIGN(ResourceCreationProxy);
147 }; 146 };
148 147
149 } // namespace proxy 148 } // namespace proxy
150 } // namespace ppapi 149 } // namespace ppapi
151 150
152 #endif // PPAPI_PROXY_RESOURCE_CREATION_PROXY_H_ 151 #endif // PPAPI_PROXY_RESOURCE_CREATION_PROXY_H_
OLDNEW
« no previous file with comments | « ppapi/proxy/ppb_flash_net_connector_proxy.cc ('k') | ppapi/proxy/resource_creation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698