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

Unified Diff: content/test/accessibility_browser_test_utils.h

Issue 268543008: Cross-process iframe accessibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: content/test/accessibility_browser_test_utils.h
diff --git a/content/test/accessibility_browser_test_utils.h b/content/test/accessibility_browser_test_utils.h
index 4cffa08435a0d2ce8b120c310daec511445e2b92..e59d829406b566b1e20175042279cdad45bf84b3 100644
--- a/content/test/accessibility_browser_test_utils.h
+++ b/content/test/accessibility_browser_test_utils.h
@@ -23,12 +23,11 @@ class Shell;
// received.
class AccessibilityNotificationWaiter {
public:
- explicit AccessibilityNotificationWaiter(Shell* shell);
-
AccessibilityNotificationWaiter(
Shell* shell,
- AccessibilityMode accessibility_mode,
- ui::AXEvent event);
+ AccessibilityMode accessibility_mode = AccessibilityModeOff,
+ ui::AXEvent event = ui::AX_EVENT_NONE,
+ RenderViewHostImpl* render_view_host_impl = NULL);
ncarter (slow) 2014/05/02 19:10:02 For some reason, the style guide says you oughta h
~AccessibilityNotificationWaiter();
// Blocks until the specific accessibility notification registered in

Powered by Google App Engine
This is Rietveld 408576698