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

Unified Diff: services/java_handler/java_handler.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 | « mojo/android/system/core_impl.cc ('k') | shell/android/android_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/java_handler/java_handler.cc
diff --git a/services/java_handler/java_handler.cc b/services/java_handler/java_handler.cc
index 2747dafc41bf3d4312954a38e3bcfe40e3c58341..d3e10f48cf01bc58cfb4ffb919dccf869e8feb83 100644
--- a/services/java_handler/java_handler.cc
+++ b/services/java_handler/java_handler.cc
@@ -126,7 +126,7 @@ bool JavaHandler::OnAcceptConnection(
return true;
}
-void PreInvokeEvent(JNIEnv* env, jclass jcaller) {
+void PreInvokeEvent(JNIEnv* env, const JavaParamRef<jclass>& jcaller) {
TRACE_EVENT_END0("java_handler", "JavaHandler::RunApplication");
}
« no previous file with comments | « mojo/android/system/core_impl.cc ('k') | shell/android/android_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698