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

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

Issue 11348342: Revert 170590 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « no previous file | chrome/browser/chromeos/accessibility/accessibility_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_util.h
===================================================================
--- chrome/browser/chromeos/accessibility/accessibility_util.h (revision 170692)
+++ chrome/browser/chromeos/accessibility/accessibility_util.h (working copy)
@@ -18,9 +18,6 @@
namespace chromeos {
namespace accessibility {
-// Do any accessibility initialization that should happen once on startup.
-void Initialize();
-
// Enables or disables spoken feedback. Enabling spoken feedback installs the
// ChromeVox component extension. If this is being called in a login/oobe
// login screen, pass the WebUI object in login_web_ui so that ChromeVox
@@ -49,9 +46,6 @@
// Returns true if High Contrast is enabled, or false if not.
bool IsHighContrastEnabled();
-// Returns true if the Virtual Keyboard is enabled, or false if not.
-bool IsVirtualKeyboardEnabled();
-
// Returns the current state of the screen magnifier.
ash::MagnifierType GetMagnifierType();
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698