Index: chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc |
diff --git a/chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc b/chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc |
index bc619fc9733fb7bf99dfdfc7b15646343203d4b9..4464706fa0fa0e31ca4ee65e9d305abcd21eafa9 100644 |
--- a/chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc |
+++ b/chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc |
@@ -58,14 +58,14 @@ class MagnificationManagerTest : public CrosInProcessBrowserTest { |
}; |
IN_PROC_BROWSER_TEST_F(MagnificationManagerTest, Login) { |
- // Confirms that magnifier is enabled on the login screen. |
- CheckCurrentMagnifierType(ash::MAGNIFIER_FULL); |
+ // Confirms that magnifier is disabled on the login screen. |
+ CheckCurrentMagnifierType(ash::MAGNIFIER_OFF); |
// Logs in. |
UserManager::Get()->UserLoggedIn("owner@invalid.domain", true); |
UserManager::Get()->SessionStarted(); |
- // Confirms that magnifier is disabled just after login. |
+ // Confirms that magnifier is still disabled just after login. |
CheckCurrentMagnifierType(ash::MAGNIFIER_OFF); |
// Enables magnifier. |