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

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

Issue 131473002: Revert 243802 "PPAPI: Add new PPB_FileRef.MakeDirectory to suppo..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/content/renderer/pepper/plugin_module.cc
===================================================================
--- trunk/src/content/renderer/pepper/plugin_module.cc (revision 243841)
+++ trunk/src/content/renderer/pepper/plugin_module.cc (working copy)
@@ -313,12 +313,11 @@
#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_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"
+ #include "ppapi/thunk/interfaces_ppb_private_flash.h"
#undef UNPROXIED_API
#undef PROXIED_IFACE

Powered by Google App Engine
This is Rietveld 408576698