| Index: chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| index 13ec02993abfbcdd1ecd3d9747348251187a614c..8f634d9a25c9604dee7856bce19c34a95bb0fa48 100644
|
| --- a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| +++ b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
|
| @@ -101,6 +101,7 @@ class MobileActivatorTest : public testing::Test {
|
| cellular_network_.activation_state_ = activation_state;
|
| }
|
| void set_connection_state(const std::string& state) {
|
| + cellular_network_.visible_ = true;
|
| cellular_network_.connection_state_ = state;
|
| }
|
|
|
|
|