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

Unified Diff: ppapi/nacl_irt/irt_ppapi.h

Issue 171683019: NaCl: Address some TODOs from moving PPAPI IRT interface into the Chromium repo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | ppapi/proxy/irt_ppapi.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/irt_ppapi.h
diff --git a/ppapi/nacl_irt/irt_ppapi.h b/ppapi/nacl_irt/irt_ppapi.h
index d1cbbee8cb862ccb9d5263b7b43c1bb7d6840cfa..344e10c1b33380ddd9d0f788749d3bef1abb2d4e 100644
--- a/ppapi/nacl_irt/irt_ppapi.h
+++ b/ppapi/nacl_irt/irt_ppapi.h
@@ -33,12 +33,6 @@ struct PP_ThreadFunctions {
int (*thread_join)(uintptr_t tid);
};
-/*
- * TODO(mseaborn): Make this unconditional after the definition of the
- * struct has been removed from the NaCl side's irt.h.
- */
-#if !defined(NACL_IRT_PPAPIHOOK_v0_1)
-
#define NACL_IRT_PPAPIHOOK_v0_1 "nacl-irt-ppapihook-0.1"
struct nacl_irt_ppapihook {
int (*ppapi_start)(const struct PP_StartFunctions*);
@@ -46,5 +40,3 @@ struct nacl_irt_ppapihook {
};
#endif
-
-#endif
« no previous file with comments | « no previous file | ppapi/proxy/irt_ppapi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698