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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

Issue 2897773002: Show proper message in about Chrome OS page (Closed)
Patch Set: 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: 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 84a770db3f4eaa288b1cf94418e4f0c1ddd248f3..e409111cc992249172b32b43cf484fdaf8605faf 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -217,7 +217,8 @@ bool NetworkAllowUpdate(const chromeos::NetworkState* network) {
return false;
if (network->type() == shill::kTypeBluetooth ||
(network->type() == shill::kTypeCellular &&
- !help_utils_chromeos::IsUpdateOverCellularAllowed())) {
+ !help_utils_chromeos::IsUpdateOverCellularAllowed(
+ false /* interactive */))) {
return false;
}
return true;

Powered by Google App Engine
This is Rietveld 408576698