Index: third_party/WebKit/public/web/WebFrame.h |
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
index 5b3d907d5ffb46b048a7d4a041613c2bdcd56260..8fced50ca0891192f830a31bb00f20cd799bb5b9 100644 |
--- a/third_party/WebKit/public/web/WebFrame.h |
+++ b/third_party/WebKit/public/web/WebFrame.h |
@@ -254,10 +254,6 @@ public: |
// Closing ------------------------------------------------------------- |
- // Runs beforeunload handlers for this frame, returning false if a |
- // handler suppressed unloading. |
- virtual bool dispatchBeforeUnloadEvent() = 0; |
- |
// Runs unload handlers for this frame. |
virtual void dispatchUnloadEvent() = 0; |