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

Side by Side Diff: webkit/plugins/ppapi/resource_creation_impl.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
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 WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ 5 #ifndef WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
6 #define WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ 6 #define WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "ppapi/shared_impl/function_group_base.h" 10 #include "ppapi/shared_impl/function_group_base.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 PP_FileChooserMode_Dev mode, 51 PP_FileChooserMode_Dev mode,
52 const char* accept_mime_types) OVERRIDE; 52 const char* accept_mime_types) OVERRIDE;
53 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE; 53 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE;
54 virtual PP_Resource CreateFileRef(PP_Resource file_system, 54 virtual PP_Resource CreateFileRef(PP_Resource file_system,
55 const char* path) OVERRIDE; 55 const char* path) OVERRIDE;
56 virtual PP_Resource CreateFileSystem(PP_Instance instance, 56 virtual PP_Resource CreateFileSystem(PP_Instance instance,
57 PP_FileSystemType type) OVERRIDE; 57 PP_FileSystemType type) OVERRIDE;
58 virtual PP_Resource CreateFlashMenu(PP_Instance instance, 58 virtual PP_Resource CreateFlashMenu(PP_Instance instance,
59 const PP_Flash_Menu* menu_data) OVERRIDE; 59 const PP_Flash_Menu* menu_data) OVERRIDE;
60 virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE; 60 virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE;
61 virtual PP_Resource CreateFlashNetConnector(PP_Instance instance) OVERRIDE;
62 virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance, 61 virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance,
63 const PP_Size& size, 62 const PP_Size& size,
64 PP_Bool is_always_opaque) OVERRIDE; 63 PP_Bool is_always_opaque) OVERRIDE;
65 virtual PP_Resource CreateGraphics3D(PP_Instance instance, 64 virtual PP_Resource CreateGraphics3D(PP_Instance instance,
66 PP_Resource share_context, 65 PP_Resource share_context,
67 const int32_t* attrib_list) OVERRIDE; 66 const int32_t* attrib_list) OVERRIDE;
68 virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance, 67 virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance,
69 PP_Resource share_context, 68 PP_Resource share_context,
70 const int32_t* attrib_list) OVERRIDE; 69 const int32_t* attrib_list) OVERRIDE;
71 virtual PP_Resource CreateHostResolverPrivate(PP_Instance instance) OVERRIDE; 70 virtual PP_Resource CreateHostResolverPrivate(PP_Instance instance) OVERRIDE;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 PP_Bool scroll_by_page) OVERRIDE; 127 PP_Bool scroll_by_page) OVERRIDE;
129 128
130 private: 129 private:
131 DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl); 130 DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl);
132 }; 131 };
133 132
134 } // namespace ppapi 133 } // namespace ppapi
135 } // namespace webkit 134 } // namespace webkit
136 135
137 #endif // WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ 136 #endif // WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/ppb_flash_net_connector_impl.cc ('k') | webkit/plugins/ppapi/resource_creation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698