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

Unified Diff: components/test_runner/test_interfaces.h

Issue 1903043002: Use correct WebView from AccessibilityController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event-sender-per-view
Patch Set: Rebasing... Created 4 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
« no previous file with comments | « components/test_runner/accessibility_controller.cc ('k') | components/test_runner/test_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_interfaces.h
diff --git a/components/test_runner/test_interfaces.h b/components/test_runner/test_interfaces.h
index 2f377eb76550db258f2ecf6777977823d0d6ccff..af1a030a3bed77bd483fbf6c0548531196a0689d 100644
--- a/components/test_runner/test_interfaces.h
+++ b/components/test_runner/test_interfaces.h
@@ -22,7 +22,6 @@ class WebView;
namespace test_runner {
-class AccessibilityController;
class AppBannerClient;
class GamepadController;
class TestRunner;
@@ -47,7 +46,6 @@ class TestInterfaces {
void WindowOpened(WebTestProxyBase* proxy);
void WindowClosed(WebTestProxyBase* proxy);
- AccessibilityController* GetAccessibilityController();
TestRunner* GetTestRunner();
WebTestDelegate* GetDelegate();
const std::vector<WebTestProxyBase*>& GetWindowList();
@@ -55,7 +53,6 @@ class TestInterfaces {
AppBannerClient* GetAppBannerClient();
private:
- scoped_ptr<AccessibilityController> accessibility_controller_;
base::WeakPtr<GamepadController> gamepad_controller_;
scoped_ptr<TestRunner> test_runner_;
WebTestDelegate* delegate_;
« no previous file with comments | « components/test_runner/accessibility_controller.cc ('k') | components/test_runner/test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698