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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2082463002: Measure the usage of navigator.vibrate in for user gesture & subframe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep depcreated UserCounter metrics and suffix the labels with (obsolete). Created 4 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
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index a75982d448b88f53a9e8e8405e31548dc7760f30..2e4fa008981b07120849696662484ce31a7c38dc 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -671,8 +671,6 @@ public:
DOMStringList_Item_AttributeGetter_Location = 847,
DOMStringList_Contains_Method_IndexedDB = 848,
DOMStringList_Contains_Method_Location = 849,
- NavigatorVibrate = 850,
- NavigatorVibrateSubFrame = 851,
V8XPathEvaluator_Constructor = 853,
V8XPathEvaluator_CreateExpression_Method = 854,
V8XPathEvaluator_CreateNSResolver_Method = 855,

Powered by Google App Engine
This is Rietveld 408576698