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

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

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 1e48d48f15d0de8bc8d0ad4357bfea4976d9b821..b17dd0c6977f205c64f2dc35ab04e02c43bff231 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 collapseFrameOwner(bool) override;
WebView* view() const override;
WebDocument document() const override;
WebPerformance performance() const override;

Powered by Google App Engine
This is Rietveld 408576698