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

Unified Diff: android/jni_array.h

Issue 2045303002: Update to Chromium //base at Chromium commit 3e81715e6d3a4324362635aea46ce1f1a163cca1. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/domokit/base@master
Patch Set: 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
« no previous file with comments | « android/javatests/src/org/chromium/base/metrics/RecordHistogramTest.java ('k') | android/jni_array.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/jni_array.h
diff --git a/android/jni_array.h b/android/jni_array.h
index 0d7ec2ea03b28017e9cddeb42f1658a8a1c5fc94..e7051b8ac264af35965bfa6c9140b699fbf75307 100644
--- a/android/jni_array.h
+++ b/android/jni_array.h
@@ -74,6 +74,11 @@ BASE_EXPORT void JavaIntArrayToIntVector(
std::vector<int>* out);
// Replaces the content of |out| with the Java longs in |long_array|.
+BASE_EXPORT void JavaLongArrayToInt64Vector(JNIEnv* env,
+ jlongArray long_array,
+ std::vector<int64>* out);
+
+// Replaces the content of |out| with the Java longs in |long_array|.
BASE_EXPORT void JavaLongArrayToLongVector(
JNIEnv* env,
jlongArray long_array,
« no previous file with comments | « android/javatests/src/org/chromium/base/metrics/RecordHistogramTest.java ('k') | android/jni_array.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698