| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| index 94f8b8ae6a86a77727c1da5a254792674378a184..dbb0faed7a9e5fc9f51cf5eb7aa0cad32d15fb0f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| @@ -378,8 +378,12 @@ Host.InspectorFrontendHostStub = class {
|
| * @param {boolean} discoverUsbDevices
|
| * @param {boolean} portForwardingEnabled
|
| * @param {!Adb.PortForwardingConfig} portForwardingConfig
|
| + * @param {boolean} networkDiscoveryEnabled
|
| + * @param {!Adb.NetworkDiscoveryConfig} networkDiscoveryConfig
|
| */
|
| - setDevicesDiscoveryConfig(discoverUsbDevices, portForwardingEnabled, portForwardingConfig) {
|
| + setDevicesDiscoveryConfig(
|
| + discoverUsbDevices, portForwardingEnabled, portForwardingConfig, networkDiscoveryEnabled,
|
| + networkDiscoveryConfig) {
|
| }
|
|
|
| /**
|
|
|