Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginDomTraverserBase.h

Issue 5117917230268416: No issue - remove dead code (Closed)
Patch Set: Created Oct. 8, 2014, 2:46 p.m.
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
Download patch
« no previous file with comments | « src/plugin/PluginDomTraverser.h ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginDomTraverserBase.h
===================================================================
--- a/src/plugin/PluginDomTraverserBase.h
+++ b/src/plugin/PluginDomTraverserBase.h
@@ -32,8 +32,6 @@
virtual void ClearCache();
- void ShowNotification(CPluginTab* tab);
-
protected:
virtual bool OnIFrame(IHTMLElement* pEl, const CString& url, CString& indent) { return true; }
@@ -454,16 +452,6 @@
}
m_criticalSection.Unlock();
}
-template <class T>
-void CPluginDomTraverserBase<T>::ShowNotification(CPluginTab* tab)
-{
- if (tab->m_plugin->GetTabHWND() == NULL)
- {
- return;
- }
-
-
-}
#endif // _PLUGIN_DOM_TRAVERSER_BASE_H_
« no previous file with comments | « src/plugin/PluginDomTraverser.h ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld