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

Unified Diff: third_party/WebKit/Source/core/page/PageLifecycleNotifier.h

Issue 2134033002: Remove PageLifecycleObserver::didCommitLoad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/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
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.cpp ('k') | third_party/WebKit/Source/core/page/PageLifecycleNotifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698