| 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 dc957e1f5e4cde1cf2e9410ca3ec9c45f9033698..e69cf800aeb4822abc894c5aafe24789593248bd 100644
|
| --- a/third_party/WebKit/public/web/WebContentSettingsClient.h
|
| +++ b/third_party/WebKit/public/web/WebContentSettingsClient.h
|
| @@ -84,6 +84,9 @@ public:
|
| // Notifies the client that the frame would have executed script if script were enabled.
|
| virtual void didNotAllowScript() { }
|
|
|
| + // Notifies the client that the frame instantiated a keygen element.
|
| + virtual void usedKeygen() { }
|
| +
|
| virtual ~WebContentSettingsClient() { }
|
| };
|
|
|
|
|