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

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

Issue 1866343002: Measure usage of image/media/plugin/text documents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 83e6019db096cbabba9e3188f646de4350d73018..6402e1d7766b301076a3a73a882fe8e4fdf078db 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1126,6 +1126,16 @@ public:
V8Node_IsConnected_AttributeGetter = 1307,
ShadowRootDelegatesFocus = 1308,
MixedShadowRootV0AndV1 = 1309,
+ ImageDocumentInFrame = 1310,
+ MediaDocument = 1311,
+ MediaDocumentInFrame = 1312,
+ PluginDocument = 1313,
+ PluginDocumentInFrame = 1314,
+ SinkDocument = 1315,
+ SinkDocumentInFrame = 1316,
+ TextDocument = 1317,
+ TextDocumentInFrame = 1318,
+ ViewSourceDocument = 1319,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698