Index: chrome/test/ppapi/ppapi_browsertest.cc |
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc |
index 7de5d037af26e7377c0ecf60dbb3f108bd84a043..7735b40974bc86e73e904c907272c4fa2d50dad6 100644 |
--- a/chrome/test/ppapi/ppapi_browsertest.cc |
+++ b/chrome/test/ppapi/ppapi_browsertest.cc |
@@ -439,6 +439,7 @@ TEST_PPAPI_NACL(HostResolverPrivate_ResolveIPv4) |
#define RUN_URLLOADER_SUBTESTS_3 \ |
RunTestViaHTTP( \ |
+ LIST_TEST(URLLoader_UntrustedHttpRequests) \ |
LIST_TEST(URLLoader_FollowURLRedirect) \ |
LIST_TEST(URLLoader_AuditURLRedirect) \ |
LIST_TEST(URLLoader_AbortCalls) \ |
@@ -446,11 +447,6 @@ TEST_PPAPI_NACL(HostResolverPrivate_ResolveIPv4) |
LIST_TEST(URLLoader_PrefetchBufferThreshold) \ |
) |
-// TODO(yhirano): I remove this subtest from RUN_URLLOADER_SUBTESTS_3 |
-// in order to change the behavior in Blink. |
-// Restore the subtest once it is landed. |
-// LIST_TEST(URLLoader_UntrustedHttpRequests) |
- |
// Note: we do not support Trusted APIs in NaCl, so these will be skipped. |
#define RUN_URLLOADER_TRUSTED_SUBTESTS \ |
RunTestViaHTTP( \ |