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

Unified Diff: chrome/common/extensions/api/downloads.idl

Issue 12223068: Fix some typos, broken links and other issues in extension docs (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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/common/extensions/api/content_settings.json ('k') | chrome/common/extensions/api/management.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+ // The <code>id</code> of the $ref:DownloadItem to query.
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.
« no previous file with comments | « chrome/common/extensions/api/content_settings.json ('k') | chrome/common/extensions/api/management.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698