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

Unified Diff: chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.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/snackbars/auto_signin_prompt_controller.h
diff --git a/chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.h b/chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.h
index f59a74342a35973f97b99442ff0d6d16ccda7a5f..240880fb536fa5eca7c68976f6f490e4329d72a3 100644
--- a/chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.h
+++ b/chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.h
@@ -20,7 +20,4 @@ class WebContents;
void ShowAutoSigninPrompt(content::WebContents* web_contents,
const base::string16& username);
-// Register native method.
-bool RegisterAutoSigninSnackbarController(JNIEnv* env);
-
#endif // CHROME_BROWSER_UI_ANDROID_SNACKBARS_AUTO_SIGNIN_PROMPT_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698