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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.h

Issue 2398733004: 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/core/loader/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index 4e959fa2fc1ecef61ba8dc51b8c86d961e70182f..3cf001de7b7930b26a3348e0465fd0d7af109605 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -104,6 +104,7 @@ class CORE_EXPORT FrameLoader final {
// you. All callers need to either protect the LocalFrame or guarantee they
// won't in any way access the LocalFrame after stopAllLoaders returns.
void stopAllLoaders();
+ bool isInStopAllLoaders() const { return m_inStopAllLoaders; }
// FIXME: clear() is trying to do too many things. We should break it down
// into smaller functions.

Powered by Google App Engine
This is Rietveld 408576698