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

Unified Diff: chrome/browser/password_manager/credential_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/password_manager/credential_android.h
diff --git a/chrome/browser/password_manager/credential_android.h b/chrome/browser/password_manager/credential_android.h
index 004abc3f8a7639e6e78b2462a2249b0c9a65c101..9d90f3632acd12e2ce92d41de3f15aad8930553c 100644
--- a/chrome/browser/password_manager/credential_android.h
+++ b/chrome/browser/password_manager/credential_android.h
@@ -25,7 +25,4 @@ base::android::ScopedJavaLocalRef<jobjectArray> CreateNativeCredentialArray(
JNIEnv* env,
size_t size);
-// Registers the Credential native method.
-bool RegisterCredential(JNIEnv* env);
-
#endif // CHROME_BROWSER_PASSWORD_MANAGER_CREDENTIAL_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698