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

Unified Diff: base/android/statistics_recorder_android.h

Issue 2378773010: Expose registered histograms from FeedbackCollector (Closed)
Patch Set: rebased, nyquist comments Created 4 years, 2 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/statistics_recorder_android.h
diff --git a/base/android/early_trace_event_binding.h b/base/android/statistics_recorder_android.h
similarity index 56%
copy from base/android/early_trace_event_binding.h
copy to base/android/statistics_recorder_android.h
index 796544c977c2f141d37fcc6f3ffb5f91ec3ab006..ed1bcc3430f7e773cb72f5e730f97dad05d75378 100644
--- a/base/android/early_trace_event_binding.h
+++ b/base/android/statistics_recorder_android.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_ANDROID_EARLY_TRACE_EVENT_BINDING_H_
-#define BASE_ANDROID_EARLY_TRACE_EVENT_BINDING_H_
+#ifndef BASE_ANDROID_STATISTICS_RECORDER_ANDROID_H_
+#define BASE_ANDROID_STATISTICS_RECORDER_ANDROID_H_
#include <jni.h>
namespace base {
namespace android {
-bool RegisterEarlyTraceEvent(JNIEnv* env);
+bool RegisterStatisticsRecorderAndroid(JNIEnv* env);
} // namespace android
} // namespace base
-#endif // BASE_ANDROID_EARLY_TRACE_EVENT_BINDING_H_
+#endif // BASE_ANDROID_STATISTICS_RECORDER_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698