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

Unified Diff: third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge Created 4 years 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/modules/vibration/NavigatorVibration.idl
diff --git a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
index 45a181e82fb4e4ad2fac3478cae55f33de5b57a9..1fdf26f22bcf310783c3554a97070fa7880c1c2b 100644
--- a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
+++ b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.idl
@@ -23,6 +23,6 @@ partial interface Navigator {
// FIXME: should be union type https://crbug.com/240176
// FIXME: The contents of the pattern argument should be clamped.
// See https://code.google.com/p/chromium/issues/detail?id=310138
- boolean vibrate([Clamp] unsigned long pattern);
- boolean vibrate(sequence<unsigned long> pattern);
+ [Measure] boolean vibrate([Clamp] unsigned long pattern);
+ [Measure] boolean vibrate(sequence<unsigned long> pattern);
};
« no previous file with comments | « third_party/WebKit/Source/modules/serviceworkers/WindowClient.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698