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

Unified Diff: ppapi/proxy/ppb_file_ref_proxy.cc

Issue 8772027: Convert file ref private to use new registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing include Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/ppb_file_ref_proxy.h ('k') | ppapi/thunk/interfaces_ppb_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_file_ref_proxy.cc
diff --git a/ppapi/proxy/ppb_file_ref_proxy.cc b/ppapi/proxy/ppb_file_ref_proxy.cc
index 6ea98c758e75bb9d552921caaba6d35ac2bfffe5..5f1a05f2dcb2a91b841eebefe9a89ffa0439f5a1 100644
--- a/ppapi/proxy/ppb_file_ref_proxy.cc
+++ b/ppapi/proxy/ppb_file_ref_proxy.cc
@@ -197,18 +197,6 @@ PPB_FileRef_Proxy::~PPB_FileRef_Proxy() {
}
// static
-const InterfaceProxy::Info* PPB_FileRef_Proxy::GetPrivateInfo() {
- static const Info info = {
- thunk::GetPPB_FileRefPrivate_Thunk(),
- PPB_FILEREFPRIVATE_INTERFACE,
- API_ID_NONE, // URL_LOADER is the canonical one.
- false,
- &CreateFileRefProxy
- };
- return &info;
-}
-
-// static
PP_Resource PPB_FileRef_Proxy::CreateProxyResource(PP_Resource file_system,
const char* path) {
Resource* file_system_object =
« no previous file with comments | « ppapi/proxy/ppb_file_ref_proxy.h ('k') | ppapi/thunk/interfaces_ppb_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698