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

Unified Diff: src/plugin/PluginClass.cpp

Issue 29334397: Issue #2230, #3391 - Load filters on "download begin" event
Patch Set: address comments Created Feb. 3, 2016, 6:04 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/PluginClass.h ('k') | src/plugin/PluginDomTraverserBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginClass.cpp
===================================================================
--- a/src/plugin/PluginClass.cpp
+++ b/src/plugin/PluginClass.cpp
@@ -518,6 +518,19 @@
}
// Entry point
+void STDMETHODCALLTYPE CPluginClass::OnDownloadBegin()
+{
+ try
+ {
+ DEBUG_NAVI("OnDownloadBegin");
+ m_tab->OnDownloadBegin();
+ }
+ catch (...)
+ {
+ }
+}
+
+// Entry point
void STDMETHODCALLTYPE CPluginClass::OnDownloadComplete()
{
try
« no previous file with comments | « src/plugin/PluginClass.h ('k') | src/plugin/PluginDomTraverserBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld