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

Unified Diff: ppapi/tests/test_url_loader.h

Issue 8857003: Consolidate tests for HTTP request restrictions on untrusted loaders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_url_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_url_loader.h
===================================================================
--- ppapi/tests/test_url_loader.h (revision 113354)
+++ ppapi/tests/test_url_loader.h (working copy)
@@ -64,14 +64,8 @@
std::string TestTrustedCrossOriginRequest();
std::string TestUntrustedJavascriptURLRestriction();
std::string TestTrustedJavascriptURLRestriction();
- std::string TestUntrustedMethodRestriction();
- std::string TestTrustedMethodRestriction();
- std::string TestUntrustedHeaderRestriction();
- std::string TestTrustedHeaderRestriction();
- std::string TestUntrustedCustomReferrer();
- std::string TestTrustedCustomReferrer();
- std::string TestUntrustedCustomContentTransferEncoding();
- std::string TestTrustedCustomContentTransferEncoding();
+ std::string TestUntrustedHttpRequests();
+ std::string TestTrustedHttpRequests();
std::string TestAuditURLRedirect();
std::string TestAbortCalls();
std::string TestUntendedLoad();
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/tests/test_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698