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

Unified Diff: chrome/browser/android/chrome_application.cc

Issue 2763133002: Move showAutofillSettings to PreferencesLauncher. (Closed)
Patch Set: Move settings @CalledByNative functions to PreferencesLauncher. 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
Index: chrome/browser/android/chrome_application.cc
diff --git a/chrome/browser/android/chrome_application.cc b/chrome/browser/android/chrome_application.cc
index 7f8228ffbcdc0e8bd09305070c303b17c925b9c6..324167e743f9213fce54e7c1abdc05309755dae0 100644
--- a/chrome/browser/android/chrome_application.cc
+++ b/chrome/browser/android/chrome_application.cc
@@ -102,12 +102,6 @@ bool ChromeApplication::RegisterBindings(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-void ChromeApplication::ShowAutofillSettings() {
- Java_ChromeApplication_showAutofillSettings(
- base::android::AttachCurrentThread(),
- base::android::GetApplicationContext());
-}
-
void ChromeApplication::ShowPasswordSettings() {
Java_ChromeApplication_showPasswordSettings(
base::android::AttachCurrentThread(),
« no previous file with comments | « chrome/browser/android/chrome_application.h ('k') | chrome/browser/android/preferences/preferences_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698