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

Unified Diff: content/renderer/render_frame_proxy.h

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: Fix navigation transition type. Created 3 years, 7 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_frame_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_proxy.h
diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h
index 53b6b374f348e094c8c637733a650d4315e2ec5b..4b2aa7410e7cce5f9e7a2924eabfbbe36095a7f3 100644
--- a/content/renderer/render_frame_proxy.h
+++ b/content/renderer/render_frame_proxy.h
@@ -170,6 +170,7 @@ class CONTENT_EXPORT RenderFrameProxy
blink::WebSandboxFlags flags,
const ParsedFeaturePolicyHeader& container_policy);
void OnDispatchLoad();
+ void OnCollapse(bool collapsed);
void OnDidUpdateName(const std::string& name, const std::string& unique_name);
void OnAddContentSecurityPolicies(
const std::vector<ContentSecurityPolicyHeader>& header);
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_frame_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698