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

Unified Diff: content/common/frame_replication_state.h

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 | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_replication_state.h
diff --git a/content/common/frame_replication_state.h b/content/common/frame_replication_state.h
index 589fa4a055646a02fb51ffdcd017c87929776184..209f80be6d0ba2be19e55f3d87917b0dcdc44914 100644
--- a/content/common/frame_replication_state.h
+++ b/content/common/frame_replication_state.h
@@ -34,6 +34,8 @@ enum class SandboxFlags : int {
POINTER_LOCK = 1 << 8,
DOCUMENT_DOMAIN = 1 << 9,
ORIENTATION_LOCK = 1 << 10,
+ PROPAGATES_TO_AUXILIARY = 1 << 11,
+ MODALS = 1 << 12,
ALL = -1
};
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698