Chromium Code Reviews

Unified Diff: Source/core/dom/ContextLifecycleNotifier.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.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/dom/ContextLifecycleNotifier.h
diff --git a/Source/core/dom/ContextLifecycleNotifier.h b/Source/core/dom/ContextLifecycleNotifier.h
index 94b6722f86f4142d2aa394c2cfccd94deff02a30..76ef4f3cc3e1d8eeeab370e77a1842c503802d92 100644
--- a/Source/core/dom/ContextLifecycleNotifier.h
+++ b/Source/core/dom/ContextLifecycleNotifier.h
@@ -39,7 +39,6 @@ class ExecutionContext;
class ContextLifecycleNotifier : public LifecycleNotifier<ExecutionContext, ContextLifecycleObserver> {
public:
void addObserver(ContextLifecycleObserver*);
- void removeObserver(ContextLifecycleObserver*);
void notifyResumingActiveDOMObjects();
void notifySuspendingActiveDOMObjects();
« no previous file with comments | « no previous file | Source/core/dom/ContextLifecycleNotifier.cpp » ('j') | Source/core/dom/ContextLifecycleNotifier.cpp » ('J')

Powered by Google App Engine