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

Unified Diff: ppapi/proxy/ppb_file_chooser_proxy.h

Issue 7082036: Convert more interfaces to the new thunk system. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/ppb_file_chooser_proxy.h
===================================================================
--- ppapi/proxy/ppb_file_chooser_proxy.h (revision 87260)
+++ ppapi/proxy/ppb_file_chooser_proxy.h (working copy)
@@ -13,6 +13,7 @@
#include "ppapi/cpp/completion_callback.h"
#include "ppapi/proxy/interface_proxy.h"
#include "ppapi/proxy/proxy_non_thread_safe_ref_count.h"
+#include "ppapi/thunk/ppb_file_chooser_api.h"
struct PPB_FileChooser_Dev;
@@ -29,6 +30,10 @@
static const Info* GetInfo();
+ static PP_Resource CreateProxyResource(
+ PP_Instance instance,
+ const PP_FileChooserOptions_Dev* options);
+
const PPB_FileChooser_Dev* ppb_file_chooser_target() const {
return static_cast<const PPB_FileChooser_Dev*>(target_interface());
}

Powered by Google App Engine
This is Rietveld 408576698