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

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

Issue 2920253003: kiosk: Tighten cert manager UI (Closed)
Patch Set: Created 3 years, 6 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/app_launch_controller.cc
diff --git a/chrome/browser/chromeos/login/app_launch_controller.cc b/chrome/browser/chromeos/login/app_launch_controller.cc
index 31adbbe81ad0ac477817e19af6a6d69ba25ee3e8..2339a4148cf9d557caf643dd6be0013abf6168b9 100644
--- a/chrome/browser/chromeos/login/app_launch_controller.cc
+++ b/chrome/browser/chromeos/login/app_launch_controller.cc
@@ -361,8 +361,8 @@ bool AppLaunchController::CanConfigureNetwork() {
return should_prompt;
}
- // Default to true to allow network configuration if the policy is missing.
- return true;
+ // Default to false to allow network configuration if the policy is missing.
tbarzic 2017/06/06 19:02:42 nit: can you update the comment :) E.g. Network co
xiyuan 2017/06/08 19:13:57 Done.
+ return false;
}
return user_manager::UserManager::Get()->GetOwnerAccountId().is_valid();

Powered by Google App Engine
This is Rietveld 408576698