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

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

Issue 2772723002: Add detailed use counters for document.registerElement use. (Closed)
Patch Set: Bring patch to head. Created 3 years, 9 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 fc1e08e44057ef278f08c001074068c7b50445a8..8ee15e66630dc8f5b784d0b79d9e8a5cfe563113 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1491,6 +1491,13 @@ class CORE_EXPORT UseCounter {
V8Navigator_GetInstalledRelatedApps_Method = 1870,
NamedAccessOnWindow_ChildBrowsingContext = 1871,
NamedAccessOnWindow_ChildBrowsingContext_CrossOriginNameMismatch = 1872,
+ V0CustomElementsRegisterHTMLCustomTag = 1873,
+ V0CustomElementsRegisterHTMLTypeExtension = 1874,
+ V0CustomElementsRegisterSVGElement = 1875,
+ V0CustomElementsRegisterEmbedderElement = 1876,
+ V0CustomElementsCreateCustomTagElement = 1877,
+ V0CustomElementsCreateTypeExtensionElement = 1878,
+ V0CustomElementsConstruct = 1879,
// 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/dom/custom/V0CustomElementRegistry.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698