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

Unified Diff: android/record_user_action.cc

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (Closed) Base URL: https://github.com/domokit/base.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 | « android/record_histogram.cc ('k') | android/scoped_java_ref.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/record_user_action.cc
diff --git a/android/record_user_action.cc b/android/record_user_action.cc
index 6172f2e56679cd658a1fed056ad2b82be7853ecc..1452341d82399d67464ca961f6314527b50ea430 100644
--- a/android/record_user_action.cc
+++ b/android/record_user_action.cc
@@ -11,7 +11,9 @@
namespace base {
namespace android {
-static void RecordUserAction(JNIEnv* env, jclass clazz, jstring j_action) {
+static void RecordUserAction(JNIEnv* env,
+ const JavaParamRef<jclass>& clazz,
+ const JavaParamRef<jstring>& j_action) {
RecordComputedAction(ConvertJavaStringToUTF8(env, j_action));
}
« no previous file with comments | « android/record_histogram.cc ('k') | android/scoped_java_ref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698