Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.h

Issue 2634713002: Remove PageVisibilityObserver contextDestroyed() notifications. (Closed)
Patch Set: prefer type aliases Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.h b/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.h
index 2e0e7101cd27cee5f41e58bcf039826c1071033e..a01c39d5e6c2245c6fc67c12af8b6372b6b3e530 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.h
+++ b/third_party/WebKit/Source/core/workers/WorkerThreadLifecycleObserver.h
@@ -29,6 +29,9 @@ class WorkerThreadLifecycleContext;
class CORE_EXPORT WorkerThreadLifecycleObserver
: public LifecycleObserver<WorkerThreadLifecycleContext,
WorkerThreadLifecycleObserver> {
+ public:
+ virtual void contextDestroyed(WorkerThreadLifecycleContext*) {}
+
protected:
explicit WorkerThreadLifecycleObserver(WorkerThreadLifecycleContext*);
virtual ~WorkerThreadLifecycleObserver();
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp ('k') | third_party/WebKit/Source/modules/battery/BatteryManager.h » ('j') | no next file with comments »

Powered by Google App Engine