| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 66e2a05ee044ba563d9bb0ad9fb505eed4f920ba..62341e8efd098845a359dfa12a6ef5757c6a92de 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -171,6 +171,9 @@ public:
|
| // This frame has become focused..
|
| virtual void frameFocused() { }
|
|
|
| + virtual void triedDisplayingInsecureContent(const WebSecurityOrigin&, const WebURL&) {}
|
| + virtual void triedRunningInsecureContent(const WebSecurityOrigin&, const WebURL&) {}
|
| +
|
| // This frame is about to be closed. This is called after frameDetached,
|
| // when the document is being unloaded, due to new one committing.
|
| virtual void willClose(WebFrame*) { }
|
|
|