| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 073aa5684a97b595caa780f4498991144856648c..e0b0600f9927a1b63669132217d9736076cc632a 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -2428,7 +2428,7 @@
|
| "id": {"type": "string", "minimum": 0, "description": "The unique identifier for the item."},
|
| "visitId": {"type": "string", "description": "The unique identifier for this visit."},
|
| "visitTime": {"type": "number", "optional": true, "description": "When this visit occurred, represented in milliseconds since the epoch."},
|
| - "referringVisitId": {"type": "string", "description": "The visit_id of the referrer."},
|
| + "referringVisitId": {"type": "string", "description": "The visit ID of the referrer."},
|
| "transition": {
|
| "type": "string",
|
| "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keyword_generated"],
|
|
|