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

Unified Diff: chrome/common/extensions/docs/static/bookmarks.html

Issue 179068: Extension Doc Changes (no building or testable changes): minor changes for tab & windows doc (Closed)
Patch Set: touch grd. rendered docs Created 11 years, 4 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/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>

Powered by Google App Engine
This is Rietveld 408576698