 Issue 5168444685156352:
  Issue 1201 - Enabling/disabling ABP everywhere applies only in the next opened tab  (Closed)
    
  
    Issue 5168444685156352:
  Issue 1201 - Enabling/disabling ABP everywhere applies only in the next opened tab  (Closed) 
  | Index: src/plugin/PluginMimeFilterClient.cpp | 
| =================================================================== | 
| --- a/src/plugin/PluginMimeFilterClient.cpp | 
| +++ b/src/plugin/PluginMimeFilterClient.cpp | 
| @@ -90,16 +90,4 @@ | 
| } | 
| } | 
| -} | 
| - | 
| -void CPluginMimeFilterClient::Unregister() | 
| 
Eric
2015/03/27 13:35:50
I'll say I do agree with removing any kind of sepa
 | 
| -{ | 
| - CComPtr<IInternetSession> spSession; | 
| - | 
| - ::CoInternetGetSession(0, &spSession, 0); | 
| - if (spSession) | 
| - { | 
| - spSession->UnregisterNameSpace(m_spCFHTTP, L"http"); | 
| - spSession->UnregisterNameSpace(m_spCFHTTPS, L"https"); | 
| - } | 
| -} | 
| +} |