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

Unified Diff: chrome/browser/autofill/android/personal_data_manager_android.h

Issue 2750103005: [Payments] Move journey logger to native. (Closed)
Patch Set: Add the component_jni_registrar files Created 3 years, 9 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 | « chrome/browser/android/chrome_jni_registrar.cc ('k') | components/payments/content/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/android/personal_data_manager_android.h
diff --git a/chrome/browser/autofill/android/personal_data_manager_android.h b/chrome/browser/autofill/android/personal_data_manager_android.h
index f64a313d1ade1e87cd1e4f06b8393b3071035a07..801e8b6c0fe65b5841dea731d4a7ce07e2928241 100644
--- a/chrome/browser/autofill/android/personal_data_manager_android.h
+++ b/chrome/browser/autofill/android/personal_data_manager_android.h
@@ -20,6 +20,9 @@ namespace autofill {
// therefore a single instance of this wrapper.
class PersonalDataManagerAndroid : public PersonalDataManagerObserver {
public:
+ // Registers the JNI bindings for this class.
+ static bool Register(JNIEnv* env);
+
PersonalDataManagerAndroid(JNIEnv* env, jobject obj);
// Returns true if personal data manager has loaded the initial data.
@@ -196,9 +199,6 @@ class PersonalDataManagerAndroid : public PersonalDataManagerObserver {
// PersonalDataManagerObserver:
void OnPersonalDataChanged() override;
- // Registers the JNI bindings for this class.
- static bool Register(JNIEnv* env);
-
// These functions act on the usage stats of local profiles and credit cards.
// --------------------
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | components/payments/content/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698