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

Unified Diff: src/shared/Utils.h

Issue 29351560: Issue 4395 - Setting page is loaded non-populated on some systems
Patch Set: Created Sept. 7, 2016, 7:44 a.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/shared/Utils.h
===================================================================
--- a/src/shared/Utils.h
+++ b/src/shared/Utils.h
@@ -80,4 +80,7 @@
return trimmed;
}
+std::wstring CanonicalizeUrl(const std::wstring& url);
+std::wstring EscapeUrl(const std::wstring& url);
+
#endif // UTILS_H
« no previous file with comments | « src/plugin/PluginTabBase.cpp ('k') | src/shared/Utils.cpp » ('j') | src/shared/Utils.cpp » ('J')

Powered by Google App Engine
This is Rietveld