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

Unified Diff: src/plugin/PluginUtil.h

Issue 6433575100481536: Issue 1148 - ABP on chrome blocks ads but IE doesnt (Closed)
Patch Set: fix IE8 and simplify the code Created Nov. 10, 2014, 3:32 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
« src/plugin/PluginFilter.cpp ('K') | « src/plugin/PluginFilter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginUtil.h
===================================================================
--- a/src/plugin/PluginUtil.h
+++ b/src/plugin/PluginUtil.h
@@ -17,4 +17,3 @@
std::wstring UserSettingsFileUrl();
std::wstring FirstRunPageFileUrl();
std::wstring FileUrl(const std::wstring& url);
-void ReplaceString(std::wstring& input, const std::wstring placeholder, const std::wstring replacement);
Oleksandr 2014/11/19 03:24:23 Pretty sure we still use it. Why remove this?
sergei 2014/11/19 11:53:24 Because it's from 'shared' project and it's declar
« src/plugin/PluginFilter.cpp ('K') | « src/plugin/PluginFilter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld