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

Unified Diff: components/test_runner/test_interfaces.h

Issue 1896413003: Use correct WebView from TextInputController. (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 | « no previous file | 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 f61f10054d7258bff276da155255378e989cea26..2f377eb76550db258f2ecf6777977823d0d6ccff 100644
--- a/components/test_runner/test_interfaces.h
+++ b/components/test_runner/test_interfaces.h
@@ -26,7 +26,6 @@ class AccessibilityController;
class AppBannerClient;
class GamepadController;
class TestRunner;
-class TextInputController;
class WebTestDelegate;
class WebTestProxyBase;
@@ -58,7 +57,6 @@ class TestInterfaces {
private:
scoped_ptr<AccessibilityController> accessibility_controller_;
base::WeakPtr<GamepadController> gamepad_controller_;
- scoped_ptr<TextInputController> text_input_controller_;
scoped_ptr<TestRunner> test_runner_;
WebTestDelegate* delegate_;
AppBannerClient* app_banner_client_;
« no previous file with comments | « no previous file | components/test_runner/test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698