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

Unified Diff: chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/policy/enterprise_install_attributes_unittest.cc
diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc b/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
index e11a847f6adf52aab2dd1efc10bc7feb2220c80c..ccb18b773cef11be361c52e0f5f26b43e571d3ff 100644
--- a/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
+++ b/chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc
@@ -176,11 +176,8 @@ TEST_F(EnterpriseInstallAttributesTest, GetMode) {
EXPECT_EQ(DEVICE_MODE_PENDING, install_attributes_->GetMode());
ASSERT_EQ(EnterpriseInstallAttributes::LOCK_SUCCESS,
LockDeviceAndWaitForResult(
- kTestUser,
- DEVICE_MODE_RETAIL_KIOSK,
- kTestDeviceId));
- EXPECT_EQ(DEVICE_MODE_RETAIL_KIOSK,
- install_attributes_->GetMode());
+ kTestUser, DEVICE_MODE_LEGACY_RETAIL_MODE, kTestDeviceId));
+ EXPECT_EQ(DEVICE_MODE_LEGACY_RETAIL_MODE, install_attributes_->GetMode());
}
TEST_F(EnterpriseInstallAttributesTest, ConsumerDevice) {

Powered by Google App Engine
This is Rietveld 408576698