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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h

Issue 2535093003: Worker: Connect UseCounter to workers and worklets (Closed)
Patch Set: remove 'const' qualifiers 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/web/ServiceWorkerGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
index cdbc3bad1a9719bfa707a8d80dcc140eb907acc5..bcd80a8c5316268e454d13845405104387e38e0d 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -120,6 +120,8 @@ class ServiceWorkerGlobalScopeProxy final
std::unique_ptr<WebServiceWorkerError>) override;
// WorkerReportingProxy overrides:
+ void countFeature(UseCounter::Feature) override;
+ void countDeprecation(UseCounter::Feature) override;
void reportException(const String& errorMessage,
std::unique_ptr<SourceLocation>,
int exceptionId) override;

Powered by Google App Engine
This is Rietveld 408576698