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

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

Issue 656663004: [android] Show saved password settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tiny-no-hide
Patch Set: Created 6 years, 2 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/chromium_application.h
diff --git a/chrome/browser/android/chromium_application.h b/chrome/browser/android/chromium_application.h
index c0b9672071c86313ef6e967aa0b2cf59463da91e..69b49d42a3385deb58c06c14a78b3d0b28be045f 100644
--- a/chrome/browser/android/chromium_application.h
+++ b/chrome/browser/android/chromium_application.h
@@ -32,6 +32,9 @@ class ChromiumApplication {
// Opens the autofill settings page.
static void ShowAutofillSettings();
+ // Opens the password settings page.
+ static void ShowPasswordSettings();
+
// Shows a dialog with the terms of service.
static void ShowTermsOfServiceDialog();

Powered by Google App Engine
This is Rietveld 408576698