Index: ppapi/proxy/interface_list.h |
diff --git a/ppapi/proxy/interface_list.h b/ppapi/proxy/interface_list.h |
index f29198f4206ecce3c708c2ab7c31ca8512c1a3f3..8df8903b607f6ac24c5d13db8d83d326028bf14f 100644 |
--- a/ppapi/proxy/interface_list.h |
+++ b/ppapi/proxy/interface_list.h |
@@ -52,6 +52,12 @@ class InterfaceList { |
typedef std::map<std::string, InterfaceInfo> NameToInterfaceInfoMap; |
+ // 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(); |
+ |
void AddProxy(ApiID id, InterfaceProxy::Factory factory); |
void AddPPB(const char* name, ApiID id, const void* iface); |