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

Unified Diff: components/autofill/core/browser/autofill_client.h

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: components/autofill/core/browser/autofill_client.h
diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
index 11700dc6515f5c515d5b8eda7bccc00662c0302a..b89acc9df699e8e8ac614d24d35f2a51002d9ae4 100644
--- a/components/autofill/core/browser/autofill_client.h
+++ b/components/autofill/core/browser/autofill_client.h
@@ -171,10 +171,6 @@ class AutofillClient {
// Informs the client that a user gesture has been observed.
virtual void OnFirstUserGestureObserved() = 0;
- // Opens |url| with the supplied |disposition|.
- virtual void LinkClicked(const GURL& url,
- WindowOpenDisposition disposition) = 0;
-
// If the context is secure.
virtual bool IsContextSecure(const GURL& form_origin) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698