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

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

Issue 3029025: Download code cleanup: (Closed)
Patch Set: rebase'n'final Created 10 years, 5 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_item.cc ('k') | chrome/browser/download/download_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_manager.h
diff --git a/chrome/browser/download/download_manager.h b/chrome/browser/download/download_manager.h
index 28fa82eff23ba153f305b647f0c5e475fad49d05..ce7d76ce7f1859045c8ba4715aee4df5745b8cc4 100644
--- a/chrome/browser/download/download_manager.h
+++ b/chrome/browser/download/download_manager.h
@@ -238,7 +238,7 @@ class DownloadManager : public base::RefCountedThreadSafe<DownloadManager>,
// Deletes the specified path on the file thread.
void DeleteDownload(const FilePath& path);
- // Called when the user has validated the donwload of a dangerous file.
+ // Called when the user has validated the download of a dangerous file.
void DangerousDownloadValidated(DownloadItem* download);
// Used to make sure we have a safe file extension and filename for a
« no previous file with comments | « chrome/browser/download/download_item.cc ('k') | chrome/browser/download/download_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698