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

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

Issue 991763002: Remove unnecessary add/removeObserver lifetime notifier indirections. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: 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*);

Powered by Google App Engine
This is Rietveld 408576698