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

Unified Diff: chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc

Issue 11412264: Fixed full screen magnifier switching in oobe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests. Created 8 years 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
« no previous file with comments | « chrome/browser/chromeos/accessibility/magnification_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/chromeos/accessibility/magnification_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698