Index: chrome/browser/download/download_item.h |
diff --git a/chrome/browser/download/download_item.h b/chrome/browser/download/download_item.h |
index 788ea982ad5f8b6d5491e8921d2f3ee58716f80d..7471994d06362483bb21f0343a59254aef42cbbf 100644 |
--- a/chrome/browser/download/download_item.h |
+++ b/chrome/browser/download/download_item.h |
@@ -34,6 +34,8 @@ struct DownloadCreateInfo; |
// One DownloadItem per download. This is the model class that stores all the |
// state for a download. Multiple views, such as a tab's download shelf and the |
// Destination tab's download view, may refer to a given DownloadItem. |
+// |
+// This is intended to be used only on the UI thread. |
class DownloadItem { |
public: |
enum DownloadState { |