Index: tests/ppapi_test_lib/get_browser_interface.h |
=================================================================== |
--- tests/ppapi_test_lib/get_browser_interface.h (revision 6005) |
+++ tests/ppapi_test_lib/get_browser_interface.h (working copy) |
@@ -23,7 +23,6 @@ |
struct PPB_URLRequestInfo; |
struct PPB_URLResponseInfo; |
struct PPB_Var; |
-struct PPB_Var_Deprecated; |
// Looks up the interface and returns its pointer or NULL. |
const void* GetBrowserInterface(const char* interface_name); |
@@ -45,8 +44,6 @@ |
const PPB_URLResponseInfo* PPBURLResponseInfo(); |
const PPB_Var* PPBVar(); |
-const PPB_Var_Deprecated* PPBVarDeprecated(); |
- |
// |
// Experimental (aka Dev) interfaces. |
// Lookup returns NULL if the interface is not available. |