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

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

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: Addressed comments, made redirect response PlzNavigate-only. Created 3 years, 8 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/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 88a8c95082df02c4dc8b02fb0fd9dbdb944538d7..b457499079bffd79e734d49dc8413090447e3656 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -47,6 +47,7 @@ class WEB_EXPORT WebRemoteFrameImpl final
WebRect VisibleContentRect() const override;
bool HasHorizontalScrollbar() const override;
bool HasVerticalScrollbar() const override;
+ void Collapse(bool) override;
WebView* View() const override;
WebDocument GetDocument() const override;
WebPerformance Performance() const override;

Powered by Google App Engine
This is Rietveld 408576698