| 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 d51e82101d05f58d3e4e16dadffc76da142ca9e8..89f2cef1a454c4defbc25fb6d0b38d9ab89e9846 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -460,9 +460,6 @@ public:
|
| // A performance timing event (e.g. first paint) occurred
|
| virtual void didChangePerformanceTiming() { }
|
|
|
| - // The loaders in this frame have been stopped.
|
| - virtual void didAbortLoading(WebLocalFrame*) { }
|
| -
|
|
|
| // Script notifications ------------------------------------------------
|
|
|
|
|