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

Unified Diff: chrome/browser/ui/autofill/chrome_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: chrome/browser/ui/autofill/chrome_autofill_client.cc
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.cc b/chrome/browser/ui/autofill/chrome_autofill_client.cc
index 339368ceaa5450210700842492fbfa57737760eb..393637191d77aac6ef469f0f09ffbaeb5cf8d03a 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.cc
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.cc
@@ -296,12 +296,6 @@ void ChromeAutofillClient::OnFirstUserGestureObserved() {
new AutofillMsg_FirstUserGestureObservedInTab(routing_id()));
}
-void ChromeAutofillClient::LinkClicked(const GURL& url,
- WindowOpenDisposition disposition) {
- web_contents()->OpenURL(content::OpenURLParams(
- url, content::Referrer(), disposition, ui::PAGE_TRANSITION_LINK, false));
-}
-
bool ChromeAutofillClient::IsContextSecure(const GURL& form_origin) {
content::SSLStatus ssl_status;
content::NavigationEntry* navigation_entry =
« no previous file with comments | « chrome/browser/ui/autofill/chrome_autofill_client.h ('k') | chrome/browser/ui/cocoa/confirm_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698