| commit | e8378a670b3b2242538161e6a7394a69e0edc969 | [log] [tgz] |
|---|---|---|
| author | haraken <haraken@chromium.org> | Mon Jul 11 13:05:27 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 11 13:08:01 2016 |
| tree | 9ea384a162c8157c6268d70cc1d3e1eaaf17cc92 | |
| parent | f6a90668df362525557e37bef4cf4a079f9d8aad [diff] |
Remove DOMWindowLifecycleObserver DOMWindowLifecycleObserver is used just to notify the observers of addition/removal of event listeners. The observers are not interested in observing lifecycle of DOMWindow at all. Hence, this CL removes DOMWindowLifecycleObserver by replacing it with simple inheritance of LocalDOMWindow::EventListenerObserver. BUG=610176 Review-Url: https://codereview.chromium.org/2134063002 Cr-Commit-Position: refs/heads/master@{#404644}