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

Unified Diff: content/common/frame_replication_state.cc

Issue 1957783002: Replicate Content-Security-Policy into remote frame proxies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: content/common/frame_replication_state.cc
diff --git a/content/common/frame_replication_state.cc b/content/common/frame_replication_state.cc
index 00e835f5b920cb619b19e8106391b63e8dc133bc..bb9d5d68fac04529e298fc9bd768d39751ab0d14 100644
--- a/content/common/frame_replication_state.cc
+++ b/content/common/frame_replication_state.cc
@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include "content/common/frame_replication_state.h"
+
+#include "content/common/frame_messages.h"
alexmos 2016/05/11 19:46:40 Is this necessary?
Łukasz Anforowicz 2016/05/11 23:14:48 Ooops - this is a left-over from an earlier draft,
#include "third_party/WebKit/public/web/WebSandboxFlags.h"
#include "third_party/WebKit/public/web/WebTreeScopeType.h"

Powered by Google App Engine
This is Rietveld 408576698