Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7057)

Unified Diff: chrome/common/extensions/api/omnibox.json

Issue 8958023: Added missing names in extension api jsons (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed a typo Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/mediaPlayerPrivate.json ('k') | chrome/common/extensions/api/tabs.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": {
« no previous file with comments | « chrome/common/extensions/api/mediaPlayerPrivate.json ('k') | chrome/common/extensions/api/tabs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698