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

Unified Diff: src/plugin/AdblockPlusClient.h

Issue 5171515343503360: Issue #41 - Bring method of determining IE version up to date (Closed)
Patch Set: Final (?) 2 Created Jan. 5, 2015, 1:02 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
Index: src/plugin/AdblockPlusClient.h
===================================================================
--- a/src/plugin/AdblockPlusClient.h
+++ b/src/plugin/AdblockPlusClient.h
@@ -55,8 +55,6 @@
bool IsWhitelistedUrl(const std::wstring& url);
bool IsElemhideWhitelistedOnDomain(const std::wstring& url);
- int GetIEVersion();
-
bool Matches(const std::wstring& url, const std::wstring& contentType, const std::wstring& domain);
std::vector<std::wstring> GetElementHidingSelectors(const std::wstring& domain);
std::vector<SubscriptionDescription> FetchAvailableSubscriptions();

Powered by Google App Engine
This is Rietveld