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

Unified Diff: content/public/common/content_features.cc

Issue 2283013002: Adding chrome flag to disable implicit capture (Closed)
Patch Set: Created 4 years, 4 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/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 5e28c3f52aca23b5c2eaf86e58803b7302c1285f..a803b730fddcc6e90967281c8817ed3beb4c47cb 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -108,6 +108,9 @@ const base::Feature kPassiveEventListenersDueToFling{
// Pointer events support.
const base::Feature kPointerEvents{"PointerEvent",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Pointer events no implicit capture
Alexei Svitkine (slow) 2016/08/30 19:24:58 Full sentence please.
Navid Zolghadr 2016/08/31 15:18:35 Done.
+const base::Feature kPointerEventsNoImplicitCapture{
+ "PointerEventNoImplicitCapture", base::FEATURE_DISABLED_BY_DEFAULT};
Alexei Svitkine (slow) 2016/08/30 19:24:58 Would it make more sense to have the feature be "I
Navid Zolghadr 2016/08/30 19:44:50 I'm going to change the name to kPointerEventV1Spe
// If Pepper 3D Image Chromium is allowed, this feature controls whether it is
// enabled.

Powered by Google App Engine
This is Rietveld 408576698