Index: third_party/WebKit/Source/core/page/PageLifecycleNotifier.h |
diff --git a/third_party/WebKit/Source/core/page/PageLifecycleNotifier.h b/third_party/WebKit/Source/core/page/PageLifecycleNotifier.h |
index 0858eed6b90802d6102f9e26860275eb4dfa46c6..ac6d6606de3b672ec888d885a4081d58701f1a23 100644 |
--- a/third_party/WebKit/Source/core/page/PageLifecycleNotifier.h |
+++ b/third_party/WebKit/Source/core/page/PageLifecycleNotifier.h |
@@ -38,7 +38,6 @@ class PageLifecycleObserver; |
class CORE_EXPORT PageLifecycleNotifier : public LifecycleNotifier<Page, PageLifecycleObserver> { |
public: |
void notifyPageVisibilityChanged(); |
- void notifyDidCommitLoad(LocalFrame*); |
}; |
} // namespace blink |