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

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

Issue 2535093003: Worker: Connect UseCounter to workers and worklets (Closed)
Patch Set: 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/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 95a011890aea63e0350a33954bc65237d721d029..378acc84772b4e8f9da83ed0a19f625a76e007da 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1393,8 +1393,6 @@ class CORE_EXPORT UseCounter {
// "count" sets the bit for this feature to 1. Repeated calls are ignored.
static void count(const Frame*, Feature);
static void count(const Document&, Feature);
- // This doesn't count for ExecutionContexts for shared workers and service
- // workers.
static void count(const ExecutionContext*, Feature);
// Use countIfNotPrivateScript() instead of count() if you don't want
// to count metrics in private scripts. You should use

Powered by Google App Engine
This is Rietveld 408576698