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

Unified Diff: src/shared/Utils.h

Issue 11276031: FRP wrappers. "Update" menu item. (Closed)
Patch Set: GetAppLocale is now retrieved directly from the browser. Get documentation link change. Manual Upda… Created Aug. 5, 2013, 8:03 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
@@ -13,6 +13,7 @@
std::wstring ToUtf16String(const std::string& str);
std::wstring GetDllDir();
std::wstring GetAppDataPath();
+void ReplaceString(std::wstring& input, const std::wstring placeholder, const std::wstring replacement);
template<class T>
T TrimString(T text)
« src/plugin/PluginClass.cpp ('K') | « src/plugin/Resource.h ('k') | src/shared/Utils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld