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

Side by Side Diff: trunk/src/chrome/browser/chromeos/accessibility/accessibility_util.h

Issue 463373005: Revert 289488 "Test that simulates touch exploration and checks ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/chrome/browser/chromeos/accessibility/accessibility_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_
6 #define CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_ 6 #define CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_
7 7
8 class Browser; 8 class Browser;
9 9
10 namespace content {
11 class BrowserContext;
12 }
13
14 namespace chromeos { 10 namespace chromeos {
15 namespace accessibility { 11 namespace accessibility {
16 12
17 // Enables or disable the virtual keyboard. 13 // Enables or disable the virtual keyboard.
18 void EnableVirtualKeyboard(bool enabled); 14 void EnableVirtualKeyboard(bool enabled);
19 15
20 // Returns true if the Virtual Keyboard is enabled, or false if not. 16 // Returns true if the Virtual Keyboard is enabled, or false if not.
21 bool IsVirtualKeyboardEnabled(); 17 bool IsVirtualKeyboardEnabled();
22 18
23 // Shows the accessibility help tab on the browser. 19 // Shows the accessibility help tab on the browser.
24 void ShowAccessibilityHelp(Browser* browser); 20 void ShowAccessibilityHelp(Browser* browser);
25 21
26 void SimulateTouchScreenInChromeVoxForTest(content::BrowserContext* profile);
27
28 } // namespace accessibility 22 } // namespace accessibility
29 } // namespace chromeos 23 } // namespace chromeos
30 24
31 #endif // CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_ 25 #endif // CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_
OLDNEW
« no previous file with comments | « no previous file | trunk/src/chrome/browser/chromeos/accessibility/accessibility_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698