Index: base/string_util.h |
=================================================================== |
--- base/string_util.h (revision 36459) |
+++ base/string_util.h (working copy) |
@@ -227,6 +227,7 @@ |
// add a new function for that. |
bool IsString8Bit(const std::wstring& str); |
bool IsStringUTF8(const std::string& str); |
+bool IsStringWideUTF8(const std::wstring& str); |
bool IsStringASCII(const std::wstring& str); |
bool IsStringASCII(const base::StringPiece& str); |
bool IsStringASCII(const string16& str); |