[android] Show saved password settings.
commitfe68095a89368864cd50b34ac6d1f3d198dd443b
authorrouslan <rouslan@chromium.org>
Sat, 25 Oct 2014 22:48:24 +0000 (25 15:48 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 25 Oct 2014 22:48:46 +0000 (25 22:48 +0000)
treeddebad69f72d2e587662221a523254427b64ffb0
parent7d6b4f8b303603f2cf27220f0871df3812880a25
[android] Show saved password settings.

This patch enables showing the saved passwords settings page on Android
by invoking this method:

  chrome::android::ChromiumApplication::ShowPasswordSettings()

This is similar to the existing method:

  chrome::android::ChromiumApplication::ShowAutofillSettings()

The new method is to be used in password management UI for Android.

BUG=412150

Review URL: https://codereview.chromium.org/656663004

Cr-Commit-Position: refs/heads/master@{#301296}
chrome/android/java/src/org/chromium/chrome/browser/ChromiumApplication.java
chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellApplication.java
chrome/browser/android/chromium_application.cc
chrome/browser/android/chromium_application.h
chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
chrome/test/android/unit_tests_apk/src/org/chromium/chrome/unit_tests_apk/ChromeNativeTestApplication.java