| Index: chrome/android/java/src/org/chromium/chrome/browser/download/DownloadItem.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadItem.java b/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadItem.java
|
| index 92c87a9a1e616b237f792dbfd7208d7104cb2b62..fb0168d073812f726be6f08d9cd41c42b28c094c 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadItem.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/download/DownloadItem.java
|
| @@ -6,7 +6,10 @@ package org.chromium.chrome.browser.download;
|
|
|
| /**
|
| * A generic class representing a download item. The item can be either downloaded through the
|
| - * Android DownloadManager, or through Chrome's network stack
|
| + * Android DownloadManager, or through Chrome's network stack.
|
| + *
|
| + * This represents the native DownloadItem at a specific point in time -- the native side
|
| + * DownloadManager must be queried for the correct status.
|
| */
|
| public class DownloadItem {
|
| static final long INVALID_DOWNLOAD_ID = -1L;
|
|
|