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

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

Issue 2571063002: Remove Blink-in-JS (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 f6b6b45352156be06150b454accea2d97b3a4c14..62bd4f0a1975f5e0a55ef4b6bf17176e1a9bfdb9 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1397,12 +1397,6 @@ class CORE_EXPORT UseCounter {
static void count(const Frame*, Feature);
static void count(const Document&, Feature);
static void count(ExecutionContext*, Feature);
- // Use countIfNotPrivateScript() instead of count() if you don't want
- // to count metrics in private scripts. You should use
- // countIfNotPrivateScript() in a binding layer.
- static void countIfNotPrivateScript(v8::Isolate*, const Frame*, Feature);
- static void countIfNotPrivateScript(v8::Isolate*, const Document&, Feature);
- static void countIfNotPrivateScript(v8::Isolate*, ExecutionContext*, Feature);
void count(CSSParserMode, CSSPropertyID);
void count(Feature);
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698