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

Unified Diff: android_webview/native/aw_autofill_client.cc

Issue 1361253002: Separate the URL of an infobar link with clicking on it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting Created 5 years, 3 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 b15f2f653ed087921cc409a2cf97f2cf89300a46..2ac1b4080e94e31784ca373f83e899d7dae612b1 100644
--- a/android_webview/native/aw_autofill_client.cc
+++ b/android_webview/native/aw_autofill_client.cc
@@ -177,11 +177,6 @@ void AwAutofillClient::OnFirstUserGestureObserved() {
NOTIMPLEMENTED();
}
-void AwAutofillClient::LinkClicked(const GURL& url,
- WindowOpenDisposition disposition) {
- NOTIMPLEMENTED();
-}
-
bool AwAutofillClient::IsContextSecure(const GURL& form_origin) {
content::SSLStatus ssl_status;
content::NavigationEntry* navigation_entry =

Powered by Google App Engine
This is Rietveld 408576698