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

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

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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chrome_application.h
diff --git a/chrome/browser/android/chrome_application.h b/chrome/browser/android/chrome_application.h
index bfb362381aae960a6d836d0471790e23958d11ba..fbd7a77c8470b5614cc5e9b33f083b6aa10ba982 100644
--- a/chrome/browser/android/chrome_application.h
+++ b/chrome/browser/android/chrome_application.h
@@ -23,9 +23,6 @@ class ChromeApplication {
public:
static bool RegisterBindings(JNIEnv* env);
- // Opens the autofill settings page.
- static void ShowAutofillSettings();
-
// Opens the password settings page.
static void ShowPasswordSettings();
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698