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

Unified Diff: Source/core/frame/DOMWindowLifecycleObserver.h

Issue 826223002: Remove DOMWindowLifecycleObserver::window() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | Source/core/frame/DOMWindowLifecycleObserver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindowLifecycleObserver.h
diff --git a/Source/core/frame/DOMWindowLifecycleObserver.h b/Source/core/frame/DOMWindowLifecycleObserver.h
index c223e00ee6fcce22addd47eeedc5d4737fbfe20f..83d3616d396142d0f18ddddf6183f7abe294db04 100644
--- a/Source/core/frame/DOMWindowLifecycleObserver.h
+++ b/Source/core/frame/DOMWindowLifecycleObserver.h
@@ -42,8 +42,6 @@ public:
explicit DOMWindowLifecycleObserver(LocalDOMWindow*);
virtual ~DOMWindowLifecycleObserver();
- LocalDOMWindow* window() const;
-
virtual void didAddEventListener(LocalDOMWindow*, const AtomicString&) { }
virtual void didRemoveEventListener(LocalDOMWindow*, const AtomicString&) { }
virtual void didRemoveAllEventListeners(LocalDOMWindow*) { }
« no previous file with comments | « no previous file | Source/core/frame/DOMWindowLifecycleObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698