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

Unified Diff: content/browser/time_zone_monitor_android.h

Issue 1489453003: jni: Pass method parameters as JavaParamRef in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/browser/time_zone_monitor_android.h
diff --git a/content/browser/time_zone_monitor_android.h b/content/browser/time_zone_monitor_android.h
index cb3cb9f216e1be71c767c06df6c13afff4877b85..77141119626d2e9dd630378f35d2029d4eac3c65 100644
--- a/content/browser/time_zone_monitor_android.h
+++ b/content/browser/time_zone_monitor_android.h
@@ -23,7 +23,9 @@ class TimeZoneMonitorAndroid : public TimeZoneMonitor {
static bool Register(JNIEnv* env);
// Called by the Java implementation when the system time zone changes.
- void TimeZoneChangedFromJava(JNIEnv* env, jobject caller);
+ void TimeZoneChangedFromJava(
+ JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& caller);
private:
// Java provider of system time zone change notifications.

Powered by Google App Engine
This is Rietveld 408576698