summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/thunk/interfaces_preamble.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/thunk/interfaces_preamble.h')
-rw-r--r--chromium/ppapi/thunk/interfaces_preamble.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/chromium/ppapi/thunk/interfaces_preamble.h b/chromium/ppapi/thunk/interfaces_preamble.h
index 7fe1d77bbf8..beaa357055c 100644
--- a/chromium/ppapi/thunk/interfaces_preamble.h
+++ b/chromium/ppapi/thunk/interfaces_preamble.h
@@ -15,17 +15,7 @@
#define UNDEFINE_PROXIED_API
#endif
-#ifndef UNPROXIED_API
-#define UNPROXIED_API(api_name)
-#define UNDEFINE_UNPROXIED_API
-#endif
-
#ifndef PROXIED_IFACE
-#define PROXIED_IFACE(api_name, iface_str, iface_struct)
+#define PROXIED_IFACE(iface_str, iface_struct)
#define UNDEFINE_PROXIED_IFACE
#endif
-
-#ifndef UNPROXIED_IFACE
-#define UNPROXIED_IFACE(api_name, iface_str, iface_struct)
-#define UNDEFINE_UNPROXIED_IFACE
-#endif