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

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
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.
Randy Smith (Not in Mondays) 2013/02/11 16:35:02 Why are you changing this text? As I read it, thi
not at google - send to devlin 2013/02/11 16:37:13 The original text seems wrong, and supposed to be
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.

Powered by Google App Engine
This is Rietveld 408576698