Index: content/browser/download/download_item_impl.cc |
diff --git a/content/browser/download/download_item_impl.cc b/content/browser/download/download_item_impl.cc |
index 5e66f9a1366fb500642bddbda2626f9f08b7d718..3be8661979b518b50be4e8fdae1d3d685a428dfa 100644 |
--- a/content/browser/download/download_item_impl.cc |
+++ b/content/browser/download/download_item_impl.cc |
@@ -4,11 +4,10 @@ |
// File method ordering: Methods in this file are in the same order as |
// in download_item_impl.h, with the following exception: The public |
-// interfaces Start, MaybeCompleteDownload, and OnDownloadCompleting |
-// are placed in chronological order with the other (private) routines |
-// that together define a DownloadItem's state transitions |
-// as the download progresses. See "Download progression cascade" later in |
-// this file. |
+// interface Start is placed in chronological order with the other |
+// (private) routines that together define a DownloadItem's state |
+// transitions as the download progresses. See "Download progression |
+// cascade" later in this file. |
// A regular DownloadItem (created for a download in this session of the |
// browser) normally goes through the following states: |