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

Unified Diff: content/renderer/pepper/plugin_module.cc

Issue 113363004: PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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: content/renderer/pepper/plugin_module.cc
diff --git a/content/renderer/pepper/plugin_module.cc b/content/renderer/pepper/plugin_module.cc
index 96ba510f380ec5480f3de3b36eaba5d7f7a0cbe4..4bbbb42f092f544ba5cee089d67a8840493623a0 100644
--- a/content/renderer/pepper/plugin_module.cc
+++ b/content/renderer/pepper/plugin_module.cc
@@ -313,11 +313,12 @@ const void* InternalGetInterface(const char* name) {
#define PROXIED_IFACE(iface_str, iface_struct) \
UNPROXIED_IFACE(iface_str, iface_struct)
- #include "ppapi/thunk/interfaces_ppb_public_stable.h"
- #include "ppapi/thunk/interfaces_ppb_public_dev.h"
#include "ppapi/thunk/interfaces_ppb_private.h"
- #include "ppapi/thunk/interfaces_ppb_private_no_permissions.h"
#include "ppapi/thunk/interfaces_ppb_private_flash.h"
+ #include "ppapi/thunk/interfaces_ppb_private_no_permissions.h"
+ #include "ppapi/thunk/interfaces_ppb_public_dev.h"
+ #include "ppapi/thunk/interfaces_ppb_public_dev_channel.h"
+ #include "ppapi/thunk/interfaces_ppb_public_stable.h"
#undef UNPROXIED_API
#undef PROXIED_IFACE
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.cc ('k') | ppapi/api/ppb_file_ref.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698