Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 [ | 5 [ |
| 6 { | 6 { |
| 7 "namespace": "bookmarks", | 7 "namespace": "bookmarks", |
| 8 "uses_feature_system": true, | 8 "uses_feature_system": true, |
| 9 "channel": "stable", | 9 "channel": "stable", |
| 10 "dependencies": ["permission:bookmarks"], | 10 "dependencies": ["permission:bookmarks"], |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 495 "type": "array", | 495 "type": "array", |
| 496 "items": { "type": "string" } | 496 "items": { "type": "string" } |
| 497 } | 497 } |
| 498 } | 498 } |
| 499 } | 499 } |
| 500 ] | 500 ] |
| 501 }, | 501 }, |
| 502 { | 502 { |
| 503 "name": "onImportBegan", | 503 "name": "onImportBegan", |
| 504 "type": "function", | 504 "type": "function", |
| 505 "description": "Fired when a bookmark import session is begun. Expensiv e observers should ignore handleCreated updates until onImportEnded is fired. O bservers should still handle other notifications immediately.", | 505 "description": "Fired when a bookmark import session is begun. Expensiv e 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.
| |
| 506 "parameters": [] | 506 "parameters": [] |
| 507 }, | 507 }, |
| 508 { | 508 { |
| 509 "name": "onImportEnded", | 509 "name": "onImportEnded", |
| 510 "type": "function", | 510 "type": "function", |
| 511 "description": "Fired when a bookmark import session is ended.", | 511 "description": "Fired when a bookmark import session is ended.", |
| 512 "parameters": [] | 512 "parameters": [] |
| 513 } | 513 } |
| 514 ] | 514 ] |
| 515 } | 515 } |
| 516 ] | 516 ] |
| OLD | NEW |