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

Unified Diff: content/common/android/common_jni_registrar.cc

Issue 2038233002: Using ResourceRequestBody as the type of HTTP body outside of //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@make-resource-request-body-public
Patch Set: Rebasing... Created 4 years, 6 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
Index: content/common/android/common_jni_registrar.cc
diff --git a/content/common/android/common_jni_registrar.cc b/content/common/android/common_jni_registrar.cc
index 0feaf381eca850a37d304623caf815e9447c1920..8de5386e1008d47b9d66d058004ef679f2a5d1ca 100644
--- a/content/common/android/common_jni_registrar.cc
+++ b/content/common/android/common_jni_registrar.cc
@@ -9,11 +9,13 @@
#include "base/macros.h"
#include "content/common/android/hash_set.h"
#include "content/common/android/media_metadata_android.h"
+#include "content/common/android/resource_request_body_android.h"
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "HashSet", content::RegisterHashSet },
{ "MediaMetadataAndroid", content::MediaMetadataAndroid::Register },
+ { "ResourceRequestBody", content::RegisterResourceRequestBody },
};
} // namespace
« no previous file with comments | « content/browser/webui/web_ui_mojo_browsertest.cc ('k') | content/common/android/resource_request_body_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698