| Index: chrome/browser/android/chromium_application.h
|
| diff --git a/chrome/browser/android/chromium_application.h b/chrome/browser/android/chromium_application.h
|
| index 6a0ba6da51c1a81c4961843aa883f40c37360091..c0b9672071c86313ef6e967aa0b2cf59463da91e 100644
|
| --- a/chrome/browser/android/chromium_application.h
|
| +++ b/chrome/browser/android/chromium_application.h
|
| @@ -29,6 +29,9 @@ class ChromiumApplication {
|
| // Opens the sync settings page.
|
| static void ShowSyncSettings();
|
|
|
| + // Opens the autofill settings page.
|
| + static void ShowAutofillSettings();
|
| +
|
| // Shows a dialog with the terms of service.
|
| static void ShowTermsOfServiceDialog();
|
|
|
|
|