Chromium Code Reviews| Index: public/web/WebSandboxFlags.h |
| diff --git a/public/web/WebSandboxFlags.h b/public/web/WebSandboxFlags.h |
| index 48e477cf68691ad98df9ad417031327710475341..2575986433931d6e05f8fa58d5187ff623277e51 100644 |
| --- a/public/web/WebSandboxFlags.h |
| +++ b/public/web/WebSandboxFlags.h |
| @@ -25,6 +25,8 @@ enum class WebSandboxFlags : int { |
| PointerLock = 1 << 8, |
| DocumentDomain = 1 << 9, |
| OrientationLock = 1 << 10, |
| + PropagatesToAuxiliaryBrowsingContexts = 1 << 11, |
| + Modals = 1 << 12, |
| All = -1 |
| }; |