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

Unified Diff: chrome/browser/chromeos/system/device_disabling_manager_unittest.cc

Issue 2737733003: Add Active Directory login UI tests (Closed)
Patch Set: Rebase Created 3 years, 9 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/system/device_disabling_manager_unittest.cc
diff --git a/chrome/browser/chromeos/system/device_disabling_manager_unittest.cc b/chrome/browser/chromeos/system/device_disabling_manager_unittest.cc
index b36a6efa3b9fcca7db45d303de2b8aeebf1faa5d..78ecf89944e8e3df95fb766369882ed0b2ec399c 100644
--- a/chrome/browser/chromeos/system/device_disabling_manager_unittest.cc
+++ b/chrome/browser/chromeos/system/device_disabling_manager_unittest.cc
@@ -110,11 +110,11 @@ void DeviceDisablingManagerTestBase::SetUnowned() {
}
void DeviceDisablingManagerTestBase::SetEnterpriseOwned() {
- GetInstallAttributes()->SetEnterprise(kEnrollmentDomain, "fake-id");
+ GetInstallAttributes()->SetCloudManaged(kEnrollmentDomain, "fake-id");
}
void DeviceDisablingManagerTestBase::SetConsumerOwned() {
- GetInstallAttributes()->SetConsumer();
+ GetInstallAttributes()->SetConsumerOwned();
}
chromeos::StubInstallAttributes*

Powered by Google App Engine
This is Rietveld 408576698