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

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

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: Fixed small typo preventing unit tests from building. Created 3 years, 7 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/wifi_hotspot_connector.h
diff --git a/chromeos/components/tether/wifi_hotspot_connector.h b/chromeos/components/tether/wifi_hotspot_connector.h
index 137ae7a675aa2ce37648e5a801e2dfe8ad86ce79..eddc7ad49ce83ca4a847011ff2463ea0e49d55c0 100644
--- a/chromeos/components/tether/wifi_hotspot_connector.h
+++ b/chromeos/components/tether/wifi_hotspot_connector.h
@@ -11,6 +11,7 @@
#include "base/observer_list.h"
#include "base/timer/timer.h"
#include "base/values.h"
+#include "chromeos/components/tether/active_host.h"
#include "chromeos/network/network_state_handler_observer.h"
namespace chromeos {
@@ -39,6 +40,7 @@ class WifiHotspotConnector : public NetworkStateHandlerObserver {
// will begin.
virtual void ConnectToWifiHotspot(const std::string& ssid,
const std::string& password,
+ const std::string& tether_network_guid,
const WifiConnectionCallback& callback);
// NetworkStateHandlerObserver:
@@ -65,7 +67,8 @@ class WifiHotspotConnector : public NetworkStateHandlerObserver {
std::string ssid_;
std::string password_;
- std::string wifi_guid_;
+ std::string tether_network_guid_;
+ std::string wifi_network_guid_;
WifiConnectionCallback callback_;
base::WeakPtrFactory<WifiHotspotConnector> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698