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

Unified Diff: Source/core/frame/DOMWindowLifecycleNotifier.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/frame/DOMWindowLifecycleNotifier.h
diff --git a/Source/core/frame/DOMWindowLifecycleNotifier.h b/Source/core/frame/DOMWindowLifecycleNotifier.h
index 87cc766b515226edd2b76f5ef49e5d0c5da30d30..a903624f5281fb796e2669bc0620856cf58c2cda 100644
--- a/Source/core/frame/DOMWindowLifecycleNotifier.h
+++ b/Source/core/frame/DOMWindowLifecycleNotifier.h
@@ -36,9 +36,6 @@ class LocalDOMWindow;
class DOMWindowLifecycleNotifier : public LifecycleNotifier<LocalDOMWindow, DOMWindowLifecycleObserver> {
public:
- void addObserver(DOMWindowLifecycleObserver*);
- void removeObserver(DOMWindowLifecycleObserver*);
-
void notifyAddEventListener(LocalDOMWindow*, const AtomicString& eventType);
void notifyRemoveEventListener(LocalDOMWindow*, const AtomicString& eventType);
void notifyRemoveAllEventListeners(LocalDOMWindow*);

Powered by Google App Engine
This is Rietveld 408576698