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

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

Issue 2897773002: Show proper message in about Chrome OS page (Closed)
Patch Set: Apply fix to patch set 3 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698