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

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

Issue 447893003: Test that simulates touch exploration and checks speech on tabs and also the empty bookmark bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check for existing window.ontouchstart 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/accessibility/accessibility_util.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_util.h b/chrome/browser/chromeos/accessibility/accessibility_util.h
index 7f703126dd2af1e709a234118def70fba8cbc74c..601776210f6b30d2fa8ef213a903bea077022c72 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_util.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_util.h
@@ -5,6 +5,9 @@
#ifndef CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_
#define CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_
+namespace content {
+ class BrowserContext;
James Cook 2014/08/08 20:26:46 nit: No spaces at the front of this line. Also, we
evy 2014/08/08 21:00:29 Done.
+}
class Browser;
namespace chromeos {
@@ -19,6 +22,8 @@ bool IsVirtualKeyboardEnabled();
// Shows the accessibility help tab on the browser.
void ShowAccessibilityHelp(Browser* browser);
+void SimulateTouchScreenInChromeVoxForTest(content::BrowserContext* profile);
+
} // namespace accessibility
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698