| Index: chrome/common/extensions/docs/static/bookmarks.html
|
| diff --git a/chrome/common/extensions/docs/static/bookmarks.html b/chrome/common/extensions/docs/static/bookmarks.html
|
| index 5fd2fd86905b8883f1624e07fbb2a7249be49fe3..8034474af77921a854d59a23bdd856a245c808db 100755
|
| --- a/chrome/common/extensions/docs/static/bookmarks.html
|
| +++ b/chrome/common/extensions/docs/static/bookmarks.html
|
| @@ -35,12 +35,8 @@ Objects that represent bookmarks can have the following properties:
|
| <dl>
|
| <dt> <code>id</code> </dt>
|
| <dd> An integer ID that's unique for each bookmark.
|
| - Don't save this ID in persistent storage;
|
| - the ID for a particular bookmark might change
|
| - the next time the browser is started.
|
| - <span class="comment">
|
| - [PENDING: these might be persistent now]
|
| - </span>
|
| + IDs are unique and persisted within the current profile and are
|
| + and stable across shutdown and startup of the browser.
|
| </dd>
|
|
|
| <dt> <code>title</code> </dt>
|
|
|