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

Side by Side Diff: trunk/src/content/renderer/pepper/resource_creation_impl.h

Issue 22903002: Revert 216744 "Pepper: Move FileRef to the "new" resource proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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 CONTENT_RENDERER_PEPPER_RESOURCE_CREATION_IMPL_H_ 5 #ifndef CONTENT_RENDERER_PEPPER_RESOURCE_CREATION_IMPL_H_
6 #define CONTENT_RENDERER_PEPPER_RESOURCE_CREATION_IMPL_H_ 6 #define CONTENT_RENDERER_PEPPER_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/thunk/resource_creation_api.h" 10 #include "ppapi/thunk/resource_creation_api.h"
(...skipping 17 matching lines...) Expand all
28 PPB_Audio_Callback audio_callback, 28 PPB_Audio_Callback audio_callback,
29 void* user_data) OVERRIDE; 29 void* user_data) OVERRIDE;
30 virtual PP_Resource CreateAudioTrusted(PP_Instance instance) OVERRIDE; 30 virtual PP_Resource CreateAudioTrusted(PP_Instance instance) OVERRIDE;
31 virtual PP_Resource CreateAudioConfig(PP_Instance instance, 31 virtual PP_Resource CreateAudioConfig(PP_Instance instance,
32 PP_AudioSampleRate sample_rate, 32 PP_AudioSampleRate sample_rate,
33 uint32_t sample_frame_count) OVERRIDE; 33 uint32_t sample_frame_count) OVERRIDE;
34 virtual PP_Resource CreateAudioInput(PP_Instance instance) OVERRIDE; 34 virtual PP_Resource CreateAudioInput(PP_Instance instance) OVERRIDE;
35 virtual PP_Resource CreateBroker(PP_Instance instance) OVERRIDE; 35 virtual PP_Resource CreateBroker(PP_Instance instance) OVERRIDE;
36 virtual PP_Resource CreateBuffer(PP_Instance instance, 36 virtual PP_Resource CreateBuffer(PP_Instance instance,
37 uint32_t size) OVERRIDE; 37 uint32_t size) OVERRIDE;
38 virtual PP_Resource CreateFileRef(PP_Instance instance,
39 PP_Resource file_system,
40 const char* path) OVERRIDE;
41 virtual PP_Resource CreateFileRef(
42 const ppapi::PPB_FileRef_CreateInfo& serialized) OVERRIDE;
38 virtual PP_Resource CreateFlashDRM(PP_Instance instance) OVERRIDE; 43 virtual PP_Resource CreateFlashDRM(PP_Instance instance) OVERRIDE;
39 virtual PP_Resource CreateFlashFontFile( 44 virtual PP_Resource CreateFlashFontFile(
40 PP_Instance instance, 45 PP_Instance instance,
41 const PP_BrowserFont_Trusted_Description* description, 46 const PP_BrowserFont_Trusted_Description* description,
42 PP_PrivateFontCharset charset) OVERRIDE; 47 PP_PrivateFontCharset charset) OVERRIDE;
43 virtual PP_Resource CreateFlashMenu(PP_Instance instance, 48 virtual PP_Resource CreateFlashMenu(PP_Instance instance,
44 const PP_Flash_Menu* menu_data) OVERRIDE; 49 const PP_Flash_Menu* menu_data) OVERRIDE;
45 virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE; 50 virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE;
46 virtual PP_Resource CreateGraphics3D(PP_Instance instance, 51 virtual PP_Resource CreateGraphics3D(PP_Instance instance,
47 PP_Resource share_context, 52 PP_Resource share_context,
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 virtual PP_Resource CreateX509CertificatePrivate( 140 virtual PP_Resource CreateX509CertificatePrivate(
136 PP_Instance instance) OVERRIDE; 141 PP_Instance instance) OVERRIDE;
137 142
138 private: 143 private:
139 DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl); 144 DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl);
140 }; 145 };
141 146
142 } // namespace content 147 } // namespace content
143 148
144 #endif // CONTENT_RENDERER_PEPPER_RESOURCE_CREATION_IMPL_H_ 149 #endif // CONTENT_RENDERER_PEPPER_RESOURCE_CREATION_IMPL_H_
OLDNEW
« no previous file with comments | « trunk/src/content/renderer/pepper/ppb_file_ref_impl.cc ('k') | trunk/src/content/renderer/pepper/resource_creation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698