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

Unified Diff: third_party/WebKit/Source/core/html/HTMLIFrameElement.h

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: Fix navigation transition type. Created 3 years, 7 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/html/HTMLIFrameElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
index 31c1eb6a0afdadf1993d34478e8211a1a619070f..8086a96f9dba95f266100f708f624cf1ec2f7ee7 100644
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
@@ -53,6 +53,8 @@ class CORE_EXPORT HTMLIFrameElement final
private:
explicit HTMLIFrameElement(Document&);
+ void SetCollapsed(bool) override;
+
void ParseAttribute(const AttributeModificationParams&) override;
bool IsPresentationAttribute(const QualifiedName&) const override;
void CollectStyleForPresentationAttribute(const QualifiedName&,
@@ -88,6 +90,7 @@ class CORE_EXPORT HTMLIFrameElement final
bool did_load_non_empty_document_;
bool allow_fullscreen_;
bool allow_payment_request_;
+ bool collapsed_by_client_;
Member<HTMLIFrameElementSandbox> sandbox_;
Member<HTMLIFrameElementAllow> allow_;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h ('k') | third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698