Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: chromeos/components/tether/fake_wifi_hotspot_connector.h

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: khorimoto@ comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..9e3721d844b7170c96b8c7a36c7ec12554a74ffd 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& tether_network_guid,
const WifiHotspotConnector::WifiConnectionCallback& callback) override;
private:

Powered by Google App Engine
This is Rietveld 408576698