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

Unified Diff: src/plugin/AdblockPlusClient.cpp

Issue 5663180676136960: Make sure IE and Engine are actually being closed by custom action (Closed)
Patch Set: Use handle class for HMODULE. Add back a test for immersive case. Created June 26, 2014, 1:24 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 | « installer/src/installer-lib/test/process_test.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlusClient.cpp
===================================================================
--- a/src/plugin/AdblockPlusClient.cpp
+++ b/src/plugin/AdblockPlusClient.cpp
@@ -513,6 +513,7 @@
response >> currentEnabledState;
return currentEnabledState;
}
+
std::wstring CAdblockPlusClient::GetHostFromUrl(const std::wstring& url)
{
DEBUG_GENERAL("GetHostFromUrl");
« no previous file with comments | « installer/src/installer-lib/test/process_test.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld