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

Unified Diff: android_webview/native/aw_autofill_client.cc

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses Ilya's review inputs. Created 5 years, 11 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: android_webview/native/aw_autofill_client.cc
diff --git a/android_webview/native/aw_autofill_client.cc b/android_webview/native/aw_autofill_client.cc
index a26614e483c320af86dce59d203e5b32ae80b634..9c9c397361b990cff2b8be11bff5dc9afa3fe6ba 100644
--- a/android_webview/native/aw_autofill_client.cc
+++ b/android_webview/native/aw_autofill_client.cc
@@ -167,6 +167,10 @@ void AwAutofillClient::OnFirstUserGestureObserved() {
NOTIMPLEMENTED();
}
+bool AwAutofillClient::LinkClicked(WindowOpenDisposition disposition) {
+ return false;
Peter Kasting 2015/01/07 20:26:29 Nit: Shouldn't this also NOTIMPLEMENTED(), as we e
Pritam Nikam 2015/01/08 06:15:41 Done.
+}
+
void AwAutofillClient::SuggestionSelected(JNIEnv* env,
jobject object,
jint position) {

Powered by Google App Engine
This is Rietveld 408576698