| Index: chrome/common/extensions/api/history.json
|
| diff --git a/chrome/common/extensions/api/history.json b/chrome/common/extensions/api/history.json
|
| index b1d1b19e16150a85c92563fe082d86d441498918..c72caee23dc805b44f2cec1133232656410d01e9 100644
|
| --- a/chrome/common/extensions/api/history.json
|
| +++ b/chrome/common/extensions/api/history.json
|
| @@ -30,7 +30,7 @@
|
| "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"],
|
| + "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", "generated", "auto_toplevel", "form_submit", "reload", "keyword", "keyword_generated"],
|
| "description": "The <a href='#transition_types'>transition type</a> for this visit from its referrer."
|
| }
|
| }
|
|
|