Index: chrome/browser/download/download_util.h |
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h |
index 8bd4f21da1626dbd43fabc806b616c31c5b38fbd..2aa95a1f83406694ba05ad6516d1ff5a49980f79 100644 |
--- a/chrome/browser/download/download_util.h |
+++ b/chrome/browser/download/download_util.h |
@@ -51,6 +51,9 @@ bool DownloadPathIsDangerous(const FilePath& download_path); |
void GenerateFileNameFromRequest(const content::DownloadItem& download_item, |
FilePath* generated_name); |
+// If running on ChromeOS, normalizes file name. |
+void NormalizeFileNameOnChromeOS(FilePath* file_name); |
asanka
2012/03/26 20:01:08
If this is a common thing that you'll need to do o
tbarzic
2012/03/26 20:45:06
I'm not sure if we'll need to do this anywhere els
tbarzic
2012/03/26 20:59:50
Done.
|
+ |
// Download progress animations ------------------------------------------------ |
// Arc sweep angle for use with downloads of unknown size |