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

Unified Diff: chrome/browser/ui/android/autofill/autofill_logger_android.h

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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: chrome/browser/ui/android/autofill/autofill_logger_android.h
diff --git a/chrome/browser/ui/android/autofill/autofill_logger_android.h b/chrome/browser/ui/android/autofill/autofill_logger_android.h
index e3655c395ce0f1aee12d6414b281b2305bb7001b..59ff5cf768e096720c42d5f252ba995c92646661 100644
--- a/chrome/browser/ui/android/autofill/autofill_logger_android.h
+++ b/chrome/browser/ui/android/autofill/autofill_logger_android.h
@@ -21,8 +21,6 @@ class AutofillLoggerAndroid {
static void DidFillOrPreviewField(const base::string16& autofilled_value,
const base::string16& profile_full_name);
- static bool Register(JNIEnv* env);
-
private:
DISALLOW_COPY_AND_ASSIGN(AutofillLoggerAndroid);
};

Powered by Google App Engine
This is Rietveld 408576698