Chromium Code Reviews| Index: chromeos/components/tether/fake_wifi_hotspot_connector.h |
| diff --git a/chromeos/components/tether/fake_wifi_hotspot_connector.h b/chromeos/components/tether/fake_wifi_hotspot_connector.h |
| index 6518eab625777643951532547250a0f84e000d66..6bdbd77473e9db896960e37944806a8ba393e018 100644 |
| --- a/chromeos/components/tether/fake_wifi_hotspot_connector.h |
| +++ b/chromeos/components/tether/fake_wifi_hotspot_connector.h |
| @@ -31,6 +31,7 @@ class FakeWifiHotspotConnector : public WifiHotspotConnector { |
| void ConnectToWifiHotspot( |
| const std::string& ssid, |
| const std::string& password, |
| + const std::string& guid, |
|
Kyle Horimoto
2017/04/28 22:07:28
Use tether_network_guid. We need to be specific, s
lesliewatkins
2017/04/29 00:57:54
Done.
|
| const WifiHotspotConnector::WifiConnectionCallback& callback) override; |
| private: |