Index: chrome/test/ppapi/ppapi_browsertest.cc |
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc |
index b590bfc98f5f63fc8a97ed973bac8a6125f0daa2..c3a679de1fc9a0b7eb399a760df7b25d814002cc 100644 |
--- a/chrome/test/ppapi/ppapi_browsertest.cc |
+++ b/chrome/test/ppapi/ppapi_browsertest.cc |
@@ -448,11 +448,14 @@ TEST_PPAPI_NACL(HostResolverPrivate_ResolveIPv4) |
) |
// Note: we do not support Trusted APIs in NaCl, so these will be skipped. |
+// XRequestedWithHeader isn't trusted per-se, but the header isn't provided |
+// for NaCl and thus must be skipped. |
#define RUN_URLLOADER_TRUSTED_SUBTESTS \ |
RunTestViaHTTP( \ |
LIST_TEST(URLLoader_TrustedSameOriginRestriction) \ |
LIST_TEST(URLLoader_TrustedCrossOriginRequest) \ |
LIST_TEST(URLLoader_TrustedHttpRequests) \ |
+ LIST_TEST(URLLoader_XRequestedWithHeader) \ |
) |
IN_PROC_BROWSER_TEST_F(PPAPITest, URLLoader0) { |