Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2428803002: Don't send loading completion callbacks for detaching frames. (Closed)
Patch Set: Remove stray include Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 74fe9a0b5805022855a2bf9c20e6fbacb27f455e..54cd4341582b8c93d2449bfcba5345a695d8b024 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -264,8 +264,6 @@ class WEB_EXPORT WebLocalFrameImpl final
bool isClientRedirect) override;
bool maybeRenderFallbackContent(const WebURLError&) const override;
bool isLoading() const override;
- bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
- const override;
bool isNavigationScheduledWithin(double interval) const override;
void setCommittedFirstRealLoad() override;
void setHasReceivedUserGesture() override;
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698