Index: Source/core/page/PageLifecycleNotifier.h |
diff --git a/Source/core/page/PageLifecycleNotifier.h b/Source/core/page/PageLifecycleNotifier.h |
index 4d97cf826c872512cb1a427bc11d8e21cd1e2ebc..58572883a829625cb4869cf742f88509506d0694 100644 |
--- a/Source/core/page/PageLifecycleNotifier.h |
+++ b/Source/core/page/PageLifecycleNotifier.h |
@@ -36,9 +36,6 @@ class PageLifecycleObserver; |
class PageLifecycleNotifier : public LifecycleNotifier<Page, PageLifecycleObserver> { |
public: |
- void addObserver(PageLifecycleObserver*); |
- void removeObserver(PageLifecycleObserver*); |
- |
void notifyPageVisibilityChanged(); |
void notifyDidCommitLoad(LocalFrame*); |