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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h

Issue 2658603003: ServiceWorker: Enable UseCounter for ServiceWorkerGlobalScope (Closed)
Patch Set: int32_t -> uint32_t Created 3 years, 10 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/modules/serviceworkers/ServiceWorkerContainer.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
index a6d390808714282c4ffc3f3b714d63140823501e..a99198aae55384a75ffefdd860aac9e2604752ca 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
@@ -93,6 +93,7 @@ class MODULES_EXPORT ServiceWorkerContainer final
void dispatchMessageEvent(std::unique_ptr<WebServiceWorker::Handle>,
const WebString& message,
const WebMessagePortChannelArray&) override;
+ void countFeature(uint32_t feature) override;
// EventTarget overrides.
ExecutionContext* getExecutionContext() const override {

Powered by Google App Engine
This is Rietveld 408576698