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

Unified Diff: content/common/frame_replication_state.cc

Issue 2557063002: Upgrade Insecure Requests: bugfixes, tests, and support for OOPIF.
Patch Set: Addressed comments (@nasko #2). Created 4 years 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/common/frame_replication_state.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_replication_state.cc
diff --git a/content/common/frame_replication_state.cc b/content/common/frame_replication_state.cc
index a726525323c229f8aa7cc91748e630552771eb72..18334a77113a12318516ba7d5c3c83bf69f5119a 100644
--- a/content/common/frame_replication_state.cc
+++ b/content/common/frame_replication_state.cc
@@ -29,6 +29,7 @@ FrameReplicationState::FrameReplicationState(
const std::string& unique_name,
blink::WebSandboxFlags sandbox_flags,
blink::WebInsecureRequestPolicy insecure_request_policy,
+ const std::vector<uint32_t>& insecure_navigations_set,
bool has_potentially_trustworthy_unique_origin)
: origin(),
sandbox_flags(sandbox_flags),
@@ -36,6 +37,7 @@ FrameReplicationState::FrameReplicationState(
unique_name(unique_name),
scope(scope),
insecure_request_policy(insecure_request_policy),
+ insecure_navigations_set(insecure_navigations_set),
has_potentially_trustworthy_unique_origin(
has_potentially_trustworthy_unique_origin) {}
« no previous file with comments | « content/common/frame_replication_state.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698