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

Unified Diff: base/i18n/file_util_icu.h

Issue 9854011: Normalize download file name on chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test case Created 8 years, 9 months 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 | « no previous file | base/i18n/file_util_icu.cc » ('j') | base/i18n/file_util_icu.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/i18n/file_util_icu.h
diff --git a/base/i18n/file_util_icu.h b/base/i18n/file_util_icu.h
index 57acea64de8a99e314247ae2d2c12335dfd22bfd..6e388758e62299bf6d46723bbea20102899226a7 100644
--- a/base/i18n/file_util_icu.h
+++ b/base/i18n/file_util_icu.h
@@ -35,6 +35,9 @@ BASE_I18N_EXPORT void ReplaceIllegalCharactersInPath(
BASE_I18N_EXPORT bool LocaleAwareCompareFilenames(const FilePath& a,
const FilePath& b);
+// If running on ChromeOS, normalizes file name.
asanka 2012/03/26 22:08:35 // Calculates the canonical file-system representa
tbarzic 2012/03/26 22:57:26 Done.
+BASE_I18N_EXPORT void NormalizeFileNameOnChromeOS(FilePath* file_name);
+
} // namespace file_util
#endif // BASE_I18N_FILE_UTIL_ICU_H_
« no previous file with comments | « no previous file | base/i18n/file_util_icu.cc » ('j') | base/i18n/file_util_icu.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698