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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 1149753005: Updating sandbox flags after Blink-side changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/common/frame_replication_state.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 8ca36dc7a71cf2fca44cfd47dc25340a0c983a5e..663479b48ebfeb679b5deb685a305bdbc295ae93 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -536,6 +536,11 @@ STATIC_ASSERT_MATCHING_ENUMS(SandboxFlags::DOCUMENT_DOMAIN,
blink::WebSandboxFlags::DocumentDomain);
STATIC_ASSERT_MATCHING_ENUMS(SandboxFlags::ORIENTATION_LOCK,
blink::WebSandboxFlags::OrientationLock);
+STATIC_ASSERT_MATCHING_ENUMS(
+ SandboxFlags::PROPAGATES_TO_AUXILIARY,
+ blink::WebSandboxFlags::PropagatesToAuxiliaryBrowsingContexts);
+STATIC_ASSERT_MATCHING_ENUMS(SandboxFlags::MODALS,
+ blink::WebSandboxFlags::Modals);
STATIC_ASSERT_MATCHING_ENUMS(SandboxFlags::ALL,
blink::WebSandboxFlags::All);
« no previous file with comments | « content/common/frame_replication_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698