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

Unified Diff: ppapi/tests/test_url_loader.h

Issue 8886001: Add URLLoader tests for FollowRedirect. (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 113699)
+++ ppapi/tests/test_url_loader.h (working copy)
@@ -38,7 +38,8 @@
int32_t PrepareFileForPost(const pp::FileRef& file_ref,
const std::string& data,
std::string* message);
- std::string GetReachableCrossOriginURL();
+ std::string GetReachableAbsoluteURL(const std::string& file_name);
+ std::string GetReachableCrossOriginURL(const std::string& file_name);
int32_t OpenUntrusted(const pp::URLRequestInfo& request);
int32_t OpenTrusted(const pp::URLRequestInfo& request);
int32_t OpenUntrusted(const std::string& method,
@@ -66,6 +67,7 @@
std::string TestTrustedJavascriptURLRestriction();
std::string TestUntrustedHttpRequests();
std::string TestTrustedHttpRequests();
+ std::string TestFollowURLRedirect();
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