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

Unified Diff: content/renderer/render_frame_proxy.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: content/renderer/render_frame_proxy.h
diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h
index aee4d65c40629f7132b4060c0f9f3032366e117f..f8db8ba28fcd6e2fe49b50db03f39b93981d3046 100644
--- a/content/renderer/render_frame_proxy.h
+++ b/content/renderer/render_frame_proxy.h
@@ -168,6 +168,7 @@ class CONTENT_EXPORT RenderFrameProxy
void OnDidStopLoading();
void OnDidUpdateSandboxFlags(blink::WebSandboxFlags flags);
void OnDispatchLoad();
+ void OnCollapse(bool collapsed);
void OnDidUpdateName(const std::string& name, const std::string& unique_name);
void OnAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header);
void OnResetContentSecurityPolicy();

Powered by Google App Engine
This is Rietveld 408576698