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

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

Issue 490193003: Hook up autofill popup control elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ChromeNativeTestApplication Created 6 years, 4 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 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();

Powered by Google App Engine
This is Rietveld 408576698