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: Created Nov. 23, 2015, 2:16 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/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);
-

Powered by Google App Engine
This is Rietveld