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

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

Issue 8618013: Move accessibility_util.* from chrome/browser/chromeos to chrome/browser/chromeos/accessibility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on ToT Created 9 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_util.h
diff --git a/chrome/browser/chromeos/accessibility_util.h b/chrome/browser/chromeos/accessibility_util.h
deleted file mode 100644
index d9e3df91dfcf88058e2b8a33c3236910c8c8c2b6..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/accessibility_util.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_UTIL_H_
-#define CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_UTIL_H_
-#pragma once
-
-class WebUI;
-
-namespace chromeos {
-namespace accessibility {
-
-// Enable or disable accessibility. Enabling accessibility 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
-// can be injected directly into that screen, otherwise it should be NULL.
-void EnableAccessibility(bool enabled, WebUI* login_web_ui);
-
-// Toggles whether Chrome OS accessibility is on or off. See docs for
-// EnableAccessibility, above.
-void ToggleAccessibility(WebUI* login_web_ui);
-
-// Speaks the specified string.
-void Speak(const char* speak_str);
-
-// Returns true if Accessibility is enabled, or false if not.
-bool IsAccessibilityEnabled();
-
-} // namespace accessibility
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_UTIL_H_
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_util.cc ('k') | chrome/browser/chromeos/accessibility_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698