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

Unified Diff: ppapi/tests/test_url_loader.h

Issue 7618039: PPB_URLRequestInfo::AppendFileToBody using sync ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 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 | « net/base/upload_data_stream.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
diff --git a/ppapi/tests/test_url_loader.h b/ppapi/tests/test_url_loader.h
index f1626045a21178be94427cb3eb2dcba281a70282..f88813ec60348d5a48c8a8605eb9185a6274c286 100644
--- a/ppapi/tests/test_url_loader.h
+++ b/ppapi/tests/test_url_loader.h
@@ -13,6 +13,8 @@ struct PPB_FileIOTrusted;
namespace pp {
class FileIO;
+class FileRef;
+class FileSystem;
class URLLoader;
class URLRequestInfo;
}
@@ -31,9 +33,15 @@ class TestURLLoader : public TestCase {
std::string* body);
std::string LoadAndCompareBody(const pp::URLRequestInfo& request,
const std::string& expected_body);
+ int32_t OpenFileSystem(pp::FileSystem* file_system, std::string* message);
+ int32_t PrepareFileForPost(const pp::FileRef& file_ref,
+ const std::string& data,
+ std::string* message);
std::string TestBasicGET();
std::string TestBasicPOST();
+ std::string TestBasicFilePOST();
+ std::string TestBasicFileRangePOST();
std::string TestCompoundBodyPOST();
std::string TestEmptyDataPOST();
std::string TestBinaryDataPOST();
« no previous file with comments | « net/base/upload_data_stream.cc ('k') | ppapi/tests/test_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698