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

Unified Diff: content/test/accessibility_browser_test_utils.h

Issue 558943002: Revert of Cross-process iframe accessibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/test/accessibility_browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6f3e69cb4161a92a653d449afe3419b3f4717907..f1a88a4a117c400b15ae05b2fb48ce9eadca73b4 100644
--- a/content/test/accessibility_browser_test_utils.h
+++ b/content/test/accessibility_browser_test_utils.h
@@ -28,9 +28,6 @@
Shell* shell,
AccessibilityMode accessibility_mode,
ui::AXEvent event);
- AccessibilityNotificationWaiter(
- RenderFrameHostImpl* frame_host,
- ui::AXEvent event);
~AccessibilityNotificationWaiter();
// Blocks until the specific accessibility notification registered in
@@ -54,6 +51,7 @@
// GetAXTree() is about the page with the url "about:blank".
bool IsAboutBlank();
+ Shell* shell_;
RenderFrameHostImpl* frame_host_;
ui::AXEvent event_to_wait_for_;
scoped_refptr<MessageLoopRunner> loop_runner_;
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/test/accessibility_browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698