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

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

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: Rebase. 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/RemoteFrameOwner.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.h b/third_party/WebKit/Source/web/RemoteFrameOwner.h
index 4b553fd8e0a7bf78bec9c9691f8a2b3e8479a12c..6bdc3251957c3ef9477c2011c63039dddee85119 100644
--- a/third_party/WebKit/Source/web/RemoteFrameOwner.h
+++ b/third_party/WebKit/Source/web/RemoteFrameOwner.h
@@ -38,6 +38,7 @@ class RemoteFrameOwner final
// TODO(dcheng): Implement.
bool canRenderFallbackContent() const override { return false; }
void renderFallbackContent() override {}
+ void setShouldCollapse(bool) override { NOTREACHED(); }
AtomicString browsingContextContainerName() const override {
return m_browsingContextContainerName;

Powered by Google App Engine
This is Rietveld 408576698