| Index: third_party/WebKit/public/web/WebContentSettingsClient.h
|
| diff --git a/third_party/WebKit/public/web/WebContentSettingsClient.h b/third_party/WebKit/public/web/WebContentSettingsClient.h
|
| index c50f059bae489b033a22786a8a291c4dc19494c4..933c372209e1f8e020afcef3683678974868a121 100644
|
| --- a/third_party/WebKit/public/web/WebContentSettingsClient.h
|
| +++ b/third_party/WebKit/public/web/WebContentSettingsClient.h
|
| @@ -118,9 +118,6 @@ class WebContentSettingsClient {
|
| // were enabled.
|
| virtual void didNotAllowScript() {}
|
|
|
| - // Notifies the client that the frame instantiated a keygen element.
|
| - virtual void didUseKeygen() {}
|
| -
|
| virtual ~WebContentSettingsClient() {}
|
| };
|
|
|
|
|