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

Unified Diff: src/plugin/PluginUtil.h

Issue 29330709: Issue #3343 - Eliminate unescaping of URL (Closed)
Patch Set: Reverted unrelated defect introduction Created Nov. 25, 2015, 4:17 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/PluginDomTraverserBase.h ('k') | src/plugin/PluginUtil.cpp » ('j') | 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
@@ -30,13 +30,3 @@
{
return 0 == s.compare(0, N - 1, beginning);
}
-
-/**
- * Wrapper around Microsoft API 'UrlUnescape'
- *
- * This function has modify-in-place behavior, which matches that of its legacy version.
- * At present, callers of this function have no code to handle error conditions that might arise here.
- * Because there's no error handling, therefore, this masks failures in UrlUnescape.
- */
-void UnescapeUrl(std::wstring& url);
-
« no previous file with comments | « src/plugin/PluginDomTraverserBase.h ('k') | src/plugin/PluginUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld