Index: ppapi/proxy/interface_list.h |
diff --git a/ppapi/proxy/interface_list.h b/ppapi/proxy/interface_list.h |
index 82f70da9da1173f2ecdbe2288aa7dbdfc49dfe5e..386323474faadf741b8a3b064be173ce9144ea53 100644 |
--- a/ppapi/proxy/interface_list.h |
+++ b/ppapi/proxy/interface_list.h |
@@ -52,14 +52,6 @@ class InterfaceList { |
typedef std::map<std::string, InterfaceInfo> NameToInterfaceInfoMap; |
-#if !defined(OS_NACL) |
- // Registers the Flash-specific interfaces. |
- // |
- // TODO(brettw) these should be moved somewhere separately so we can compile |
- // the proxy for NaCl without Flash interface support. |
- void AddFlashInterfaces(); |
-#endif // !defined(OS_NACL) |
- |
void AddProxy(ApiID id, InterfaceProxy::Factory factory); |
void AddPPB(const char* name, ApiID id, const void* iface); |