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

Unified Diff: Source/core/dom/custom/CustomElementObserver.h

Issue 789253003: Remove dead code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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/dom/custom/CustomElementObserver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementObserver.h
diff --git a/Source/core/dom/custom/CustomElementObserver.h b/Source/core/dom/custom/CustomElementObserver.h
index 3a48d755ddfa9039d0be8dad21ed078e15495cc1..5b522aae57f7b074a2b581f55a97c4f0f13fa46c 100644
--- a/Source/core/dom/custom/CustomElementObserver.h
+++ b/Source/core/dom/custom/CustomElementObserver.h
@@ -43,7 +43,6 @@ public:
virtual ~CustomElementObserver() { }
// API for CustomElement to kick off notifications
- static void notifyElementDidFinishParsingChildren(Element*);
static void notifyElementWasDestroyed(Element*);
virtual void trace(Visitor*) { }
@@ -54,7 +53,6 @@ protected:
void observe(Element*);
void unobserve(Element*);
- virtual void elementDidFinishParsingChildren(Element*) = 0;
virtual void elementWasDestroyed(Element* element) { unobserve(element); }
};
« no previous file with comments | « no previous file | Source/core/dom/custom/CustomElementObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698