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

Unified Diff: chrome/browser/download/download_util.h

Issue 10827207: Mountain Lion: use the system download progress. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final? Created 8 years, 4 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 | « chrome/browser/download/download_status_updater_win.cc ('k') | chrome/browser/download/download_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_util.h
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
index cb1bdac446fa58eaa9df6a831e9732c46afdb9f2..ddbfba80e6cd9c880f23c9633e9c261ae00e0798 100644
--- a/chrome/browser/download/download_util.h
+++ b/chrome/browser/download/download_util.h
@@ -138,15 +138,6 @@ base::DictionaryValue* CreateDownloadItemValue(content::DownloadItem* download,
// Get the localized status text for an in-progress download.
string16 GetProgressStatusText(content::DownloadItem* download);
-// Update the application icon to indicate overall download progress.
-// |download_count| is the number of downloads currently in progress. If
-// |progress_known| is false, then at least one download is of indeterminate
-// size and |progress| is invalid, otherwise |progress| indicates the overall
-// download progress (float value from 0..1).
-void UpdateAppIconDownloadProgress(int download_count,
- bool progress_known,
- float progress);
-
// Returns a .crdownload intermediate path for the |suggested_path|.
FilePath GetCrDownloadPath(const FilePath& suggested_path);
« no previous file with comments | « chrome/browser/download/download_status_updater_win.cc ('k') | chrome/browser/download/download_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698