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

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

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.cc
diff --git a/chrome/browser/android/chromium_application.cc b/chrome/browser/android/chromium_application.cc
index fa7bd0253b584866aaec717ba36e167e06459cc6..133897bc2896ae0094950c37e29d47c3d8fe92e9 100644
--- a/chrome/browser/android/chromium_application.cc
+++ b/chrome/browser/android/chromium_application.cc
@@ -35,6 +35,12 @@ void ChromiumApplication::ShowAutofillSettings() {
base::android::GetApplicationContext());
}
+void ChromiumApplication::ShowPasswordSettings() {
+ Java_ChromiumApplication_showPasswordSettings(
+ base::android::AttachCurrentThread(),
+ base::android::GetApplicationContext());
+}
+
void ChromiumApplication::ShowTermsOfServiceDialog() {
Java_ChromiumApplication_showTermsOfServiceDialog(
base::android::AttachCurrentThread(),
« no previous file with comments | « chrome/browser/android/chromium_application.h ('k') | chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698