| Index: chrome/browser/android/appmenu/app_menu_drag_helper.cc
|
| diff --git a/chrome/browser/android/appmenu/app_menu_drag_helper.cc b/chrome/browser/android/appmenu/app_menu_drag_helper.cc
|
| index 7d285d569d4cf51bdd1ac0bbe1e11c02c9dabe57..1f018ea619113f50d4cec9f2aa51773101d9e1d8 100644
|
| --- a/chrome/browser/android/appmenu/app_menu_drag_helper.cc
|
| +++ b/chrome/browser/android/appmenu/app_menu_drag_helper.cc
|
| @@ -11,7 +11,9 @@ bool RegisterAppMenuDragHelper(JNIEnv* env) {
|
| }
|
|
|
| // static
|
| -void RecordAppMenuTouchDuration(JNIEnv* env, jclass jcaller, jlong time_ms) {
|
| +void RecordAppMenuTouchDuration(JNIEnv* env,
|
| + const JavaParamRef<jclass>& jcaller,
|
| + jlong time_ms) {
|
| UMA_HISTOGRAM_TIMES("WrenchMenu.TouchDuration",
|
| base::TimeDelta::FromMilliseconds(time_ms));
|
| }
|
|
|