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

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

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
« no previous file with comments | « chrome/browser/android/chromium_application.h ('k') | chrome/browser/ui/autofill/chrome_autofill_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/chromium_application.cc
diff --git a/chrome/browser/android/chromium_application.cc b/chrome/browser/android/chromium_application.cc
index 4d29802c14ce82849bc5f2ce9d3491fd5226060e..fa7bd0253b584866aaec717ba36e167e06459cc6 100644
--- a/chrome/browser/android/chromium_application.cc
+++ b/chrome/browser/android/chromium_application.cc
@@ -29,6 +29,12 @@ void ChromiumApplication::ShowSyncSettings() {
base::android::GetApplicationContext());
}
+void ChromiumApplication::ShowAutofillSettings() {
+ Java_ChromiumApplication_showAutofillSettings(
+ 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/chrome_autofill_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698