| 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();
|
|
|
|
|