Chromium Code Reviews| Index: chrome/common/extensions/api/downloads.idl |
| =================================================================== |
| --- chrome/common/extensions/api/downloads.idl (revision 181647) |
| +++ chrome/common/extensions/api/downloads.idl (working copy) |
| @@ -191,8 +191,7 @@ |
| // with a hyphen: '-startTime'. |
| DOMString? orderBy; |
| - // The <code>id</code> of the $ref:DownloadItem |
| - // that changed. |
| + // An identifier that is persistent across browser sessions. |
|
Mike West
2013/02/11 08:21:53
+rdsmith: I don't know this API wll enough to know
方觉(Fang Jue)
2013/02/11 11:37:54
I just provide some context. DownloadQuery is used
|
| long? id; |
| // Absolute URL. |
| @@ -259,7 +258,8 @@ |
| // Encapsulates a change in a DownloadItem. |
| [inline_doc] dictionary DownloadDelta { |
| - // An identifier that is persistent across browser sessions. |
| + // The <code>id</code> of the $ref:DownloadItem |
| + // that changed. |
| long id; |
| // The change in <code>url</code>, if any. |