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

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

Issue 2455053005: Merge 2883: Do not SendPasswordForms when LocalFrame is being detached (Closed)
Patch Set: Created 4 years, 2 months 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 c587b90b7fbe2e600fb4f7dbc06c49d0a59611f6..cc3fcdd06b7e9de1f73eaddbfe35a17f373b2509 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -260,6 +260,8 @@ class WEB_EXPORT WebLocalFrameImpl final
WebHistoryLoadType,
bool isClientRedirect) override;
bool isLoading() const override;
+ bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
+ const override;
bool isNavigationScheduledWithin(double interval) const override;
void setCommittedFirstRealLoad() override;
void sendOrientationChangeEvent() override;
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698