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

Unified Diff: chrome/browser/chromeos/accessibility/magnification_manager.h

Issue 11415025: A11y: Introduce High Contrast Mode and Screen Magnifier to ubar tray. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase @170134 Created 8 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/accessibility/magnification_manager.h
diff --git a/chrome/browser/chromeos/accessibility/magnification_manager.h b/chrome/browser/chromeos/accessibility/magnification_manager.h
index 2b39a077b5e766c78afb2c6a96266b7aa754c3db..29529b5b647fbbbb7b78f21e0df909204022bf8c 100644
--- a/chrome/browser/chromeos/accessibility/magnification_manager.h
+++ b/chrome/browser/chromeos/accessibility/magnification_manager.h
@@ -29,9 +29,9 @@ class MagnificationManager {
virtual ~MagnificationManager() {}
// Returns the current type of the screen magnifier.
- virtual accessibility::ScreenMagnifierType GetScreenMagnifierType() = 0;
+ virtual ash::MagnifierType GetMagnifierType() = 0;
// Changes the type of the screen magnifier.
- virtual void SetScreenMagnifier(accessibility::ScreenMagnifierType type) = 0;
+ virtual void SetMagnifier(ash::MagnifierType type) = 0;
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698