OLD | NEW |
1 // Copyright (c) 2012 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. | |
4 | |
5 [ | 1 [ |
6 { | 2 { |
7 "namespace": "omnibox", | 3 "namespace": "omnibox", |
8 "types": [ | 4 "types": [ |
9 { | 5 { |
10 "id": "SuggestResult", | 6 "id": "SuggestResult", |
11 "type": "object", | 7 "type": "object", |
12 "description": "A suggest result.", | 8 "description": "A suggest result.", |
13 "properties": { | 9 "properties": { |
14 "content": { | 10 "content": { |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 }, | 105 }, |
110 { | 106 { |
111 "name": "onInputCancelled", | 107 "name": "onInputCancelled", |
112 "type": "function", | 108 "type": "function", |
113 "description": "User has ended the keyword input session without accepti
ng the input.", | 109 "description": "User has ended the keyword input session without accepti
ng the input.", |
114 "parameters": [] | 110 "parameters": [] |
115 } | 111 } |
116 ] | 112 ] |
117 } | 113 } |
118 ] | 114 ] |
OLD | NEW |