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

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

Issue 925963002: Cleanup owners files, histograms, src (-ygorshenin@) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 a7467bb0ed65e18c1d01fd19f3611414bb2b58cb..8c3e0cd2102a6072dd65dc46946051f24c707ede 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -248,15 +248,12 @@ void WizardController::Init(const std::string& first_screen_name) {
// This is a hacky way to check for local state corruption, because
// it depends on the fact that the local state is loaded
- // synchroniously and at the first demand. IsEnterpriseManaged()
+ // synchronously and at the first demand. IsEnterpriseManaged()
// check is required because currently powerwash is disabled for
- // enterprise-entrolled devices.
+ // enterprise-enrolled devices.
//
// TODO (ygorshenin@): implement handling of the local state
// corruption in the case of asynchronious loading.
- //
- // TODO (ygorshenin@): remove IsEnterpriseManaged() check once
- // crbug.com/241313 will be fixed.
policy::BrowserPolicyConnectorChromeOS* connector =
g_browser_process->platform_part()->browser_policy_connector_chromeos();
if (!connector->IsEnterpriseManaged()) {
« no previous file with comments | « chrome/browser/chromeos/login/users/multi_profile_user_controller_unittest.cc ('k') | chrome/browser/chromeos/net/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698