| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| index d00516af944a4146fe3cee22359b3886922fed86..c79e142e87c10c9ebf2bde98eca14778cad63dc5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| @@ -63,10 +63,7 @@ InspectorFrontendHostAPI.EventDescriptors = [
|
| [InspectorFrontendHostAPI.Events.ContextMenuCleared, 'contextMenuCleared', []],
|
| [InspectorFrontendHostAPI.Events.ContextMenuItemSelected, 'contextMenuItemSelected', ['id']],
|
| [InspectorFrontendHostAPI.Events.DeviceCountUpdated, 'deviceCountUpdated', ['count']],
|
| - [
|
| - InspectorFrontendHostAPI.Events.DevicesDiscoveryConfigChanged, 'devicesDiscoveryConfigChanged',
|
| - ['discoverUsbDevices', 'portForwardingEnabled', 'portForwardingConfig']
|
| - ],
|
| + [InspectorFrontendHostAPI.Events.DevicesDiscoveryConfigChanged, 'devicesDiscoveryConfigChanged', ['config']],
|
| [
|
| InspectorFrontendHostAPI.Events.DevicesPortForwardingStatusChanged, 'devicesPortForwardingStatusChanged', ['status']
|
| ],
|
| @@ -250,11 +247,9 @@ InspectorFrontendHostAPI.prototype = {
|
| sendMessageToBackend(message) {},
|
|
|
| /**
|
| - * @param {boolean} discoverUsbDevices
|
| - * @param {boolean} portForwardingEnabled
|
| - * @param {!Adb.PortForwardingConfig} portForwardingConfig
|
| + * @param {!Adb.Config} config
|
| */
|
| - setDevicesDiscoveryConfig(discoverUsbDevices, portForwardingEnabled, portForwardingConfig) {},
|
| + setDevicesDiscoveryConfig(config) {},
|
|
|
| /**
|
| * @param {boolean} enabled
|
|
|