Index: chrome/browser/chromeos/login/wizard_controller.cc |
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc |
index 9543c895dfe1ab6283253b68b7e82f8fd8943b2e..ea4c91cfc45241fb8b6cb7ef8cce019b75947197 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -156,6 +156,7 @@ bool IsBootstrappingMaster() { |
} |
bool NetworkAllowUpdate(const chromeos::NetworkState* network) { |
+ return false; // Force disable update. |
xiyuan
2016/02/17 23:14:25
debugging code?
Alexander Alekseev
2016/02/18 13:45:14
Yes. this was for debugging only. Removed.
|
if (!network || !network->IsConnectedState()) |
return false; |
if (network->type() == shill::kTypeBluetooth || |