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

Unified Diff: content/common/resource_request_body_impl.h

Issue 2030473002: ABANDONED CL: Using ResourceRequestBody as the type of browser_initiated_post_data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@make-resource-request-body-public
Patch Set: Rebasing... Created 4 years, 7 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 | « content/browser/webui/web_ui_mojo_browsertest.cc ('k') | content/common/resource_request_body_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_request_body_impl.h
diff --git a/content/common/resource_request_body_impl.h b/content/common/resource_request_body_impl.h
index 81e46d18dfb5b4d269f91dc03343f8be7b463b95..a6614c553b4e7381f54eb0fa1014987191e621da 100644
--- a/content/common/resource_request_body_impl.h
+++ b/content/common/resource_request_body_impl.h
@@ -55,6 +55,11 @@ class CONTENT_EXPORT ResourceRequestBodyImpl : public ResourceRequestBody,
void set_identifier(int64_t id) { identifier_ = id; }
int64_t identifier() const { return identifier_; }
+#if defined(OS_ANDROID)
+ base::android::ScopedJavaLocalRef<jbyteArray> ToJavaByteArray(
+ JNIEnv* env) const override;
+#endif
+
private:
~ResourceRequestBodyImpl() override;
« no previous file with comments | « content/browser/webui/web_ui_mojo_browsertest.cc ('k') | content/common/resource_request_body_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698