| 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;
|
| };
|
|
|