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

Unified Diff: chrome/browser/android/signin/signin_promo_util_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/android/signin/signin_promo_util_android.h
diff --git a/chrome/browser/android/signin/signin_promo_util_android.h b/chrome/browser/android/signin/signin_promo_util_android.h
index 246db6fa5b312d1bb7feafc211e74ea2a4b37ebc..aa646fbfc038b4468bd7e244d38c1fcef456b77b 100644
--- a/chrome/browser/android/signin/signin_promo_util_android.h
+++ b/chrome/browser/android/signin/signin_promo_util_android.h
@@ -19,8 +19,6 @@ class SigninPromoUtilAndroid {
static void StartAccountSigninActivityForPromo(
content::ContentViewCore* content_view_core,
signin_metrics::AccessPoint access_point);
-
- static bool Register(JNIEnv* env);
};
} // namespace android

Powered by Google App Engine
This is Rietveld 408576698