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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentLifecycleObserver.h

Issue 1858583002: Simplify LifecycleNotifier and Observer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more removals Created 4 years, 8 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/core/dom/DocumentLifecycleObserver.h
diff --git a/third_party/WebKit/Source/core/dom/DocumentLifecycleObserver.h b/third_party/WebKit/Source/core/dom/DocumentLifecycleObserver.h
index f71a9030b2ebee1e84865a99423c938420d47fd9..f66cd3670d86bb0782d996133d247b8e49feedd4 100644
--- a/third_party/WebKit/Source/core/dom/DocumentLifecycleObserver.h
+++ b/third_party/WebKit/Source/core/dom/DocumentLifecycleObserver.h
@@ -37,9 +37,6 @@ class DocumentLifecycleNotifier;
class CORE_EXPORT DocumentLifecycleObserver : public LifecycleObserver<Document, DocumentLifecycleObserver, DocumentLifecycleNotifier> {
public:
virtual void documentWasDetached() { }
-#if !ENABLE(OILPAN)
- virtual void documentWasDisposed() { }
-#endif
protected:
explicit DocumentLifecycleObserver(Document* document)

Powered by Google App Engine
This is Rietveld 408576698