Chromium Code Reviews| 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": [] |
| }, |
| { |