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

Unified Diff: chromeos/components/tether/active_host_network_state_updater_unittest.cc

Issue 2852693004: [CrOS Tether] Create HostScanCache, which caches scan results and inserts them into the network sta… (Closed)
Patch Set: hansberry@ 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/active_host_network_state_updater_unittest.cc
diff --git a/chromeos/components/tether/active_host_network_state_updater_unittest.cc b/chromeos/components/tether/active_host_network_state_updater_unittest.cc
index 57e95e512d773041db5cc12a30029ff610a2037d..a6d05351bc81301c092a3de41d4cbbb5cfa6c064 100644
--- a/chromeos/components/tether/active_host_network_state_updater_unittest.cc
+++ b/chromeos/components/tether/active_host_network_state_updater_unittest.cc
@@ -62,7 +62,8 @@ class ActiveHostNetworkStateUpdaterTest : public NetworkStateTest {
// Add tether network whose status will be changed during the test.
network_state_handler()->AddTetherNetworkState(
kTetherNetworkGuid, "TetherNetworkName", "TetherNetworkCarrier",
- 100 /* battery_percentage */, 100 /* signal_strength */);
+ 100 /* battery_percentage */, 100 /* signal_strength */,
+ true /* has_connected_to_host */);
}
void SetUpWifiNetwork() {

Powered by Google App Engine
This is Rietveld 408576698