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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2217773004: Added navigator.pointerEnabled behind a flag for experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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: third_party/WebKit/Source/core/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index c6eac9d3e1da8819bdf224de921c71a44322f8ba..7662a66d2378dc70b1a6a8bbd418d63d38e67545 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -387,6 +387,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::V8SVGSVGElement_Viewport_AttributeGetter:
return willBeRemoved("SVGSVGElement.viewport", 55, "5686865248124928");
+ case UseCounter::NavigatorPointerEnabled:
+ return "Navigator.pointerEnabled is a non-standard API added for experiments only. It will be removed in near future.";
+
// Features that aren't deprecated don't have a deprecation message.
default:
return String();
« no previous file with comments | « third_party/WebKit/Source/core/events/NavigatorEvents.idl ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698