Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/LifecycleObserver.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
« no previous file with comments | « third_party/WebKit/Source/platform/LifecycleNotifier.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/LifecycleObserver.h
diff --git a/third_party/WebKit/Source/platform/LifecycleObserver.h b/third_party/WebKit/Source/platform/LifecycleObserver.h
index e0d21b0d5c36e8cafe5c9748099d2301a73619eb..a1ac632d3ffca656a2202b19af59dfdd03e9e633 100644
--- a/third_party/WebKit/Source/platform/LifecycleObserver.h
+++ b/third_party/WebKit/Source/platform/LifecycleObserver.h
@@ -39,8 +39,6 @@ class LifecycleObserver : public GarbageCollectedMixin {
public:
DEFINE_INLINE_VIRTUAL_TRACE() { visitor->trace(m_lifecycleContext); }
- virtual void contextDestroyed(Context*) {}
-
Context* lifecycleContext() const { return m_lifecycleContext; }
void clearContext() { setContext(nullptr); }
« no previous file with comments | « third_party/WebKit/Source/platform/LifecycleNotifier.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine