| Index: chrome/common/extensions/api/omnibox.json
|
| diff --git a/chrome/common/extensions/api/omnibox.json b/chrome/common/extensions/api/omnibox.json
|
| index ac0030abeb5f678580a9f0ccb6d0c8e6b6655d5e..9b4f66f3b8a55c53f4ed5df62b4bdd17492fbad2 100644
|
| --- a/chrome/common/extensions/api/omnibox.json
|
| +++ b/chrome/common/extensions/api/omnibox.json
|
| @@ -29,6 +29,7 @@
|
| "parameters": [
|
| {"type": "integer", "name": "requestId"},
|
| {
|
| + "name": "suggestResults",
|
| "type": "array",
|
| "description": "Array of suggest results",
|
| "items": {
|
| @@ -80,6 +81,7 @@
|
| "description": "A callback passed to the onInputChanged event used for sending suggestions back to the browser.",
|
| "parameters": [
|
| {
|
| + "name": "suggestResults",
|
| "type": "array",
|
| "description": "Array of suggest results",
|
| "items": {
|
|
|