| Index: chrome/browser/ui/webui/inspect_ui.h
|
| diff --git a/chrome/browser/ui/webui/inspect_ui.h b/chrome/browser/ui/webui/inspect_ui.h
|
| index b54a218b350124d40dc4d9a50209738ffc84d5ff..502f180c8dd2c6c2c1c77cebaf4707ab0c67cb6f 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.h
|
| +++ b/chrome/browser/ui/webui/inspect_ui.h
|
| @@ -65,6 +65,8 @@ class InspectUI : public content::WebUIController,
|
| void UpdateDiscoverUsbDevicesEnabled();
|
| void UpdatePortForwardingEnabled();
|
| void UpdatePortForwardingConfig();
|
| + void UpdateTCPDiscoveryEnabled();
|
| + void UpdateTCPDiscoveryConfig();
|
|
|
| void SetPortForwardingDefaults();
|
|
|
|
|