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

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

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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: Source/modules/serviceworkers/ServiceWorkerContainer.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h
index 35cc9ecf010f33b40ae9f711945f6a81d7290266..f0d2a4c477b9edd7b4a4fc222c4f419b0f365417 100644
--- a/Source/modules/serviceworkers/ServiceWorkerContainer.h
+++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h
@@ -77,12 +77,12 @@ public:
ScriptPromise getRegistrations(ScriptState*);
// WebServiceWorkerProviderClient overrides.
- virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange) override;
- virtual void dispatchMessageEvent(WebServiceWorker*, const WebString& message, const WebMessagePortChannelArray&) override;
+ void setController(WebServiceWorker*, bool shouldNotifyControllerChange) override;
+ void dispatchMessageEvent(WebServiceWorker*, const WebString& message, const WebMessagePortChannelArray&) override;
// EventTarget overrides.
- virtual ExecutionContext* executionContext() const override { return ContextLifecycleObserver::executionContext(); }
- virtual const AtomicString& interfaceName() const override;
+ ExecutionContext* executionContext() const override { return ContextLifecycleObserver::executionContext(); }
+ const AtomicString& interfaceName() const override;
DEFINE_ATTRIBUTE_EVENT_LISTENER(controllerchange);
DEFINE_ATTRIBUTE_EVENT_LISTENER(message);
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorker.h ('k') | Source/modules/serviceworkers/ServiceWorkerContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698