Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: base/strings/sys_string_conversions.h

Issue 1446363003: Deleted OS_WIN and all Windows specific files from base. (Closed) Base URL: https://github.com/domokit/mojo.git@base_tests
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/strings/stringprintf_unittest.cc ('k') | base/strings/sys_string_conversions_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/sys_string_conversions.h
diff --git a/base/strings/sys_string_conversions.h b/base/strings/sys_string_conversions.h
index 42f2389a8b15be11cf32587e683a31ebf01941bb..103c397820db26130f9a317eba1073a1d9fa55e1 100644
--- a/base/strings/sys_string_conversions.h
+++ b/base/strings/sys_string_conversions.h
@@ -38,20 +38,6 @@ BASE_EXPORT std::wstring SysUTF8ToWide(const StringPiece& utf8);
BASE_EXPORT std::string SysWideToNativeMB(const std::wstring& wide);
BASE_EXPORT std::wstring SysNativeMBToWide(const StringPiece& native_mb);
-// Windows-specific ------------------------------------------------------------
-
-#if defined(OS_WIN)
-
-// Converts between 8-bit and wide strings, using the given code page. The
-// code page identifier is one accepted by the Windows function
-// MultiByteToWideChar().
-BASE_EXPORT std::wstring SysMultiByteToWide(const StringPiece& mb,
- uint32 code_page);
-BASE_EXPORT std::string SysWideToMultiByte(const std::wstring& wide,
- uint32 code_page);
-
-#endif // defined(OS_WIN)
-
// Mac-specific ----------------------------------------------------------------
#if defined(OS_MACOSX)
« no previous file with comments | « base/strings/stringprintf_unittest.cc ('k') | base/strings/sys_string_conversions_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698