| 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..3d285d2a6c6516875e70904cd2fd41fa3ba96282 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 didUseKeygen() { }
|
| +
|
| virtual ~WebContentSettingsClient() { }
|
| };
|
|
|
|
|