| 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 5e4e9486e7bc6ef3825e35e69e98bde9202745d1..121067b357c1273235e7b42cb559f7c136458313 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -261,10 +261,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;
|
|
|
|
|