Chromium Code Reviews| Index: third_party/WebKit/public/web/WebLocalFrame.h |
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
| index 1e6d90dc3233296bfb90a4e658a30a14572721e7..aa9c3741eb99baa4fc3e24178d4b7496c35f7b58 100644 |
| --- a/third_party/WebKit/public/web/WebLocalFrame.h |
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h |
| @@ -128,10 +128,6 @@ class WebLocalFrame : public WebFrame { |
| // Returns true if the current frame's load event has not completed. |
| virtual bool isLoading() const = 0; |
| - // Returns true if the current frame is detaching/detached. crbug.com/654654 |
| - virtual bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873() |
|
Nate Chapin
2016/10/21 18:31:44
That is a fantastic function name.
|
| - const = 0; |
| - |
| // Returns true if there is a pending redirect or location change |
| // within specified interval (in seconds). This could be caused by: |
| // * an HTTP Refresh header |