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

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

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: Extend tests, fix redirects. Non-PlzNavigate version still broken. Created 3 years, 10 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 832a511e0485052b894fc45c2c29d0a892bcc36b..4e05d8e88a1130132fb3f35503ac82cd19cfb04a 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -100,6 +100,7 @@ class WEB_EXPORT WebLocalFrameImpl final
WebRect visibleContentRect() const override;
bool hasHorizontalScrollbar() const override;
bool hasVerticalScrollbar() const override;
+ void collapse(bool) override;
WebView* view() const override;
WebDocument document() const override;
WebPerformance performance() const override;

Powered by Google App Engine
This is Rietveld 408576698