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

Unified Diff: third_party/WebKit/Source/core/dom/SandboxFlags.h

Issue 2696703010: Rename the flag of 'allow-top-navigation-with-user-activation' to 'allow-top-navigation-by-user-act… (Closed)
Patch Set: Add the *-with-two-flags-expected.txt that I forgot previously. Created 3 years, 10 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: third_party/WebKit/Source/core/dom/SandboxFlags.h
diff --git a/third_party/WebKit/Source/core/dom/SandboxFlags.h b/third_party/WebKit/Source/core/dom/SandboxFlags.h
index 538bd3e3630c0dcb1f58b402a9c4ab2dbfb77b31..ab15a6072287863160fcf10056fdcffc90ff3b4b 100644
--- a/third_party/WebKit/Source/core/dom/SandboxFlags.h
+++ b/third_party/WebKit/Source/core/dom/SandboxFlags.h
@@ -56,7 +56,7 @@ enum SandboxFlag {
// https://w3c.github.io/presentation-api/#sandboxing-and-the-allow-presentation-keyword
SandboxPresentation = 1 << 13,
// See https://github.com/WICG/interventions/issues/42.
- SandboxTopNavigationWithUserActivation = 1 << 14,
+ SandboxTopNavigationByUserActivation = 1 << 14,
SandboxAll = -1 // Mask with all bits set to 1.
};

Powered by Google App Engine
This is Rietveld 408576698