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

Unified Diff: mojo/runner/android/bootstrap.cc

Issue 1312153003: jni_generator: Pass object parameters as JavaParamRef. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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 | « mojo/android/system/core_impl.cc ('k') | mojo/runner/android/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/bootstrap.cc
diff --git a/mojo/runner/android/bootstrap.cc b/mojo/runner/android/bootstrap.cc
index adcf81f42cb56c336b277ef1250333c08478001e..39890c8172d4b93d12a4606e6c5791358a3c5ecc 100644
--- a/mojo/runner/android/bootstrap.cc
+++ b/mojo/runner/android/bootstrap.cc
@@ -13,9 +13,9 @@ namespace mojo {
namespace runner {
void Bootstrap(JNIEnv* env,
- jobject,
- jobject j_context,
- jstring j_native_library_path,
+ const JavaParamRef<jobject>&,
+ const JavaParamRef<jobject>& j_context,
+ const JavaParamRef<jstring>& j_native_library_path,
jint j_handle,
jlong j_run_application_ptr,
jboolean is_cached_app) {
« no previous file with comments | « mojo/android/system/core_impl.cc ('k') | mojo/runner/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698