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 fe84a47512db8374cb459984c4ad808d4f73ceb5..3a187369fdd025e2ab20c19b5581d94066597995 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -450,9 +450,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 ------------------------------------------------ |