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

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

Issue 2682223006: Add a use counter and histogram to FileReaderSync. (Closed)
Patch Set: clarify histogram description Created 3 years, 10 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 | « third_party/WebKit/Source/core/fileapi/FileReaderSync.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6b9b4f89052bfb321f82610e0c85e235cda2fa8d..eedeb48d1b8f505d9f8e64bcdbed7f900afcc7df 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1460,6 +1460,7 @@ class CORE_EXPORT UseCounter {
V8DeprecatedStorageInfo_RequestQuota_Method = 1809,
V8DeprecatedStorageQuota_QueryUsageAndQuota_Method = 1810,
V8DeprecatedStorageQuota_RequestQuota_Method = 1811,
+ V8FileReaderSync_Constructor = 1812,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReaderSync.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698