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

Unified Diff: chrome/browser/about_flags.cc

Issue 2525973002: Remove the pointer event capturing flag (Closed)
Patch Set: Created 4 years, 1 month 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 86d89ae2dd81bc8390d59a45650c70c3f6bc0acd..63727515bb8ed9fc4a8227738fd1bea90edb0ddd 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2037,10 +2037,6 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-feature-policy", IDS_FLAGS_FEATURE_POLICY_NAME,
IDS_FLAGS_FEATURE_POLICY_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kFeaturePolicy)},
- {"enable-pointer-event-v1-spec-capturing-behavior",
- IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_V1_SPEC_CAPTURING_NAME,
- IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_V1_SPEC_CAPTURING_DESCRIPTION, kOsAll,
- FEATURE_VALUE_TYPE(features::kPointerEventV1SpecCapturing)},
#if defined(OS_CHROMEOS)
{"enable-emoji-handwriting-voice-on-ime-menu",
IDS_FLAGS_ENABLE_EHV_INPUT_NAME, IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698