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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2921923002: Remove chrome://flag enable-pointer-events (Closed)
Patch Set: Rebase Created 3 years, 6 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 | « chrome/browser/flag_descriptions.h ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0bc16a4c398b1733b39f44b2b286fbaf8d482b1b..2ee2b6a152efb8bc66c48bbb8f80d51569067231 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -836,12 +836,6 @@ const char kExperimentalWebPlatformFeaturesName[] =
const char kExperimentalWebPlatformFeaturesDescription[] =
"Enables experimental Web Platform features that are in development.";
-const char kExperimentalPointerEventName[] = "Pointer Events";
-
-const char kExperimentalPointerEventDescription[] =
- "Enables support for the Pointer Events API. This is intended only for "
- "testing by web developers.";
-
const char kOriginTrialsName[] = "Origin Trials";
const char kOriginTrialsDescription[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698