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

Unified Diff: shell/android/bootstrap.cc

Issue 2056563002: Roll base to 0032c8e1a72eb85d947d8df8de503caa62b4d0a8. (Closed) Base URL: https://github.com/domokit/mojo.git@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 | « shell/android/android_handler.cc ('k') | shell/android/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/bootstrap.cc
diff --git a/shell/android/bootstrap.cc b/shell/android/bootstrap.cc
index d284c6e8fee6e4b23b264e0f203c6d86bea9d5e2..04add65d1882597ed534a114b3d1e1d1c7cfd7a6 100644
--- a/shell/android/bootstrap.cc
+++ b/shell/android/bootstrap.cc
@@ -11,10 +11,10 @@
namespace shell {
void Bootstrap(JNIEnv* env,
- jobject,
- jobject j_context,
+ const JavaParamRef<jobject>&,
+ const JavaParamRef<jobject>& j_context,
jlong j_id,
- jstring j_native_library_path,
+ const JavaParamRef<jstring>& j_native_library_path,
jint j_handle,
jlong j_run_application_ptr) {
base::FilePath app_path(
« no previous file with comments | « shell/android/android_handler.cc ('k') | shell/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698