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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentLifecycleNotifier.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/DocumentLifecycleNotifier.h
diff --git a/third_party/WebKit/Source/core/dom/DocumentLifecycleNotifier.h b/third_party/WebKit/Source/core/dom/DocumentLifecycleNotifier.h
index 4cbdd98c38c12ea17ecc73819b2dcd0a9cc5c536..f684b4bb4b929cf2ea1ea6bc1df3de4374258169 100644
--- a/third_party/WebKit/Source/core/dom/DocumentLifecycleNotifier.h
+++ b/third_party/WebKit/Source/core/dom/DocumentLifecycleNotifier.h
@@ -37,9 +37,6 @@ class DocumentLifecycleObserver;
class CORE_EXPORT DocumentLifecycleNotifier : public LifecycleNotifier<Document, DocumentLifecycleObserver> {
public:
void notifyDocumentWasDetached();
-#if !ENABLE(OILPAN)
- void notifyDocumentWasDisposed();
-#endif
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698