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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index e66bff56f60c0e225c0a5f97d49b7c9d6557a39b..8fd5296c9d90e48b9a7048d028a12901b8f26433 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -103,6 +103,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 GetDocument() const override;
WebPerformance Performance() const override;

Powered by Google App Engine
This is Rietveld 408576698