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

Unified Diff: third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp Created 4 years, 2 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/dom/ContextLifecycleNotifier.h
diff --git a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
index a3a22da379555f55f25c871a21099dbdf4d9ec81..15e46c499cf4b1b02e3852529fbae68baef522dd 100644
--- a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
+++ b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
@@ -45,7 +45,6 @@ class CORE_EXPORT ContextLifecycleNotifier
public:
void notifyResumingActiveDOMObjects();
void notifySuspendingActiveDOMObjects();
- void notifyStoppingActiveDOMObjects();
unsigned activeDOMObjectCount() const;

Powered by Google App Engine
This is Rietveld 408576698