1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 "namespace": "readingListPrivate",
13 "description": "An article entry from the reading list. May contain one or more pages.",
16 "description": "A unique id for referring to the entry.",
26 "description": "Adds an entry to the reading list. The callback is invoked only once article distillation is complete.",
33 "description": "The url of the entry.",
46 "description": "The entry that was added."
53 "name": "removeEntry",
55 "description": "Removes an entry with the given entry id.",
60 "description": "A string containing an entry id."
70 "description": "The entry that was removed or null if removal failed."
79 "description": "Gets all the entries currently stored in the reading list.",
88 "items": {"$ref": "Entry"}