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

Unified Diff: third_party/WebKit/Source/core/dom/ContextLifecycleObserver.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/SynchronousMutationObserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h
diff --git a/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h b/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h
index e39cc40096415fb56f5e1c9c6e3c9d77982c4a3a..3bf231d12754293cf4be7df0dacc5cc9bf55dc01 100644
--- a/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h
+++ b/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h
@@ -63,6 +63,8 @@ class CORE_EXPORT ContextClient : public GarbageCollectedMixin {
class CORE_EXPORT ContextLifecycleObserver
: public LifecycleObserver<ExecutionContext, ContextLifecycleObserver> {
public:
+ virtual void contextDestroyed(ExecutionContext*) {}
+
ExecutionContext* getExecutionContext() const { return lifecycleContext(); }
LocalFrame* frame() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/SynchronousMutationObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698