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

Unified Diff: ppapi/thunk/interfaces_preamble.h

Issue 167943004: Pepper: Remove UNPROXIED_API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « ppapi/thunk/interfaces_ppb_public_stable.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/interfaces_preamble.h
diff --git a/ppapi/thunk/interfaces_preamble.h b/ppapi/thunk/interfaces_preamble.h
index ad1665b07964b032a335ec2365158680758b730e..4f6f5fd1721cd8e2561e1788cdaa4c58a4bbe3e3 100644
--- a/ppapi/thunk/interfaces_preamble.h
+++ b/ppapi/thunk/interfaces_preamble.h
@@ -15,11 +15,6 @@
#define UNDEFINE_PROXIED_API
#endif
-#ifndef UNPROXIED_API
-#define UNPROXIED_API(api_name)
-#define UNDEFINE_UNPROXIED_API
-#endif
-
#ifndef PROXIED_IFACE
#define PROXIED_IFACE(iface_str, iface_struct)
#define UNDEFINE_PROXIED_IFACE
« no previous file with comments | « ppapi/thunk/interfaces_ppb_public_stable.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698