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

Unified Diff: base/android/record_user_action.h

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 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
Index: base/android/record_user_action.h
diff --git a/base/android/animation_frame_time_histogram.h b/base/android/record_user_action.h
similarity index 54%
copy from base/android/animation_frame_time_histogram.h
copy to base/android/record_user_action.h
index 63f938b922dc8a8b45bfed4c3a4cdc1f38f4a271..2c2b854a490bcf404ce857a586467482be60bc61 100644
--- a/base/android/animation_frame_time_histogram.h
+++ b/base/android/record_user_action.h
@@ -2,17 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_ANDROID_ANIMATION_FRAME_TIME_HISTOGRAM_H_
-#define BASE_ANDROID_ANIMATION_FRAME_TIME_HISTOGRAM_H_
+#ifndef BASE_ANDROID_RECORD_USER_ACTION_H_
+#define BASE_ANDROID_RECORD_USER_ACTION_H_
#include <jni.h>
namespace base {
namespace android {
-bool RegisterAnimationFrameTimeHistogram(JNIEnv* env);
+// Registers the native methods through jni
+bool RegisterRecordUserAction(JNIEnv* env);
} // namespace android
} // namespace base
-#endif // BASE_ANDROID_ANIMATION_FRAME_TIME_HISTOGRAM_H_
+#endif // BASE_ANDROID_RECORD_USER_ACTION_H_

Powered by Google App Engine
This is Rietveld 408576698