Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl
diff --git a/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl b/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl
index 1f1b615178660f70bc8a81859a24e8d6ffbc5314..4449633d4ff9873a11d02ff69f7100bfcb85064d 100644
--- a/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl
+++ b/third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.idl
@@ -29,5 +29,5 @@
*/
partial interface Navigator {
- readonly attribute DOMString? doNotTrack;
+ [Measure] readonly attribute DOMString? doNotTrack;
};

Powered by Google App Engine