Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 451923002: Add a X-Requested-With header to URL requests for PPAPI Flash (only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/ppapi/ppapi_test.cc » ('j') | content/child/request_extra_data.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8119309e129a167902af3a2d17b9ee1b7675926b 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -445,6 +445,7 @@ TEST_PPAPI_NACL(HostResolverPrivate_ResolveIPv4)
LIST_TEST(URLLoader_AbortCalls) \
LIST_TEST(URLLoader_UntendedLoad) \
LIST_TEST(URLLoader_PrefetchBufferThreshold) \
+ LIST_TEST(URLLoader_XRequestedWithHeader) \
)
// Note: we do not support Trusted APIs in NaCl, so these will be skipped.
« no previous file with comments | « no previous file | chrome/test/ppapi/ppapi_test.cc » ('j') | content/child/request_extra_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698