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

Unified Diff: chrome/common/extensions/api/bookmarks.json

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/bookmarks.json
===================================================================
--- chrome/common/extensions/api/bookmarks.json (revision 181647)
+++ chrome/common/extensions/api/bookmarks.json (working copy)
@@ -502,7 +502,7 @@
{
"name": "onImportBegan",
"type": "function",
- "description": "Fired when a bookmark import session is begun. Expensive observers should ignore handleCreated updates until onImportEnded is fired. Observers should still handle other notifications immediately.",
+ "description": "Fired when a bookmark import session is begun. Expensive observers should ignore handle onCreated updates until onImportEnded is fired. Observers should still handle other notifications immediately.",
Mike West 2013/02/11 08:21:53 Please drop "handle". "Expensive observers should
方觉(Fang Jue) 2013/02/11 11:37:54 Done.
"parameters": []
},
{
« no previous file with comments | « no previous file | chrome/common/extensions/api/content_settings.json » ('j') | chrome/common/extensions/api/downloads.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698