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

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: moved new tests to views 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..682449d5c9053e8fb541e859b6c4814be1e8d0d6 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_util.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_util.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_
#define CHROME_BROWSER_CHROMEOS_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_
+#include "content/public/browser/browser_context.h"
James Cook 2014/08/08 17:06:31 not needed. forward declare BrowserContext: names
evy 2014/08/08 18:37:47 Done.
class Browser;
namespace chromeos {
@@ -19,6 +20,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