Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
|
Devlin
2016/02/22 23:26:14
I think you mentioned that ui/externs wouldn't be
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file was generated by: | 5 // This file was generated by: |
| 6 // ./tools/json_schema_compiler/compiler.py. | 6 // ./tools/json_schema_compiler/compiler.py. |
| 7 // NOTE: The format of types has changed. 'FooType' is now | 7 // NOTE: The format of types has changed. 'FooType' is now |
| 8 // 'chrome.bluetooth.FooType'. | 8 // 'chrome.bluetooth.FooType'. |
| 9 // Please run the closure compiler before committing changes. | 9 // Please run the closure compiler before committing changes. |
| 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md | 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md |
| 11 | 11 |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 147 chrome.bluetooth.onDeviceChanged; | 147 chrome.bluetooth.onDeviceChanged; |
| 148 | 148 |
| 149 /** | 149 /** |
| 150 * Fired when a Bluetooth device that was previously discovered has been out of | 150 * Fired when a Bluetooth device that was previously discovered has been out of |
| 151 * range for long enough to be considered unavailable again, and when a paired | 151 * range for long enough to be considered unavailable again, and when a paired |
| 152 * device is removed. | 152 * device is removed. |
| 153 * @type {!ChromeEvent} | 153 * @type {!ChromeEvent} |
| 154 * @see https://developer.chrome.com/extensions/bluetooth#event-onDeviceRemoved | 154 * @see https://developer.chrome.com/extensions/bluetooth#event-onDeviceRemoved |
| 155 */ | 155 */ |
| 156 chrome.bluetooth.onDeviceRemoved; | 156 chrome.bluetooth.onDeviceRemoved; |
| OLD | NEW |