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

Unified Diff: content/renderer/render_frame_proxy.h

Issue 2146803004: Create a content::FrameOwnerProperties struct for IPC transport of WebFrameOwnerProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Transport Created 4 years, 5 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 950e25dacd5d8675353184df8d61698563bf6818..fcd7b52df4f2587c6586415de4c60cd94528ba57 100644
--- a/content/renderer/render_frame_proxy.h
+++ b/content/renderer/render_frame_proxy.h
@@ -36,6 +36,7 @@ class RenderFrameImpl;
class RenderViewImpl;
class RenderWidget;
struct ContentSecurityPolicyHeader;
+struct FrameOwnerProperties;
struct FrameReplicationState;
// When a page's frames are rendered by multiple processes, each renderer has a
@@ -170,8 +171,7 @@ class CONTENT_EXPORT RenderFrameProxy
void OnAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header);
void OnResetContentSecurityPolicy();
void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
- void OnSetFrameOwnerProperties(
- const blink::WebFrameOwnerProperties& properties);
+ void OnSetFrameOwnerProperties(const FrameOwnerProperties& properties);
void OnDidUpdateOrigin(const url::Origin& origin,
bool is_potentially_trustworthy_unique_origin);
void OnSetPageFocus(bool is_focused);

Powered by Google App Engine
This is Rietveld 408576698