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

Unified Diff: components/test_runner/test_interfaces.h

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Add TODO Created 4 years, 2 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/app_banner_service.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 b12bf869ac525f400a36b661bf16ca16027feae7..98a8025770fb185a939f3eee788913bb3af5d91b 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 AppBannerClient;
class GamepadController;
class TestRunner;
class WebTestDelegate;
@@ -41,7 +40,6 @@ class TestInterfaces {
void SetTestIsRunning(bool running);
void ConfigureForTestWithURL(const blink::WebURL& test_url,
bool generate_pixels);
- void SetAppBannerClient(AppBannerClient* app_banner_client);
void WindowOpened(WebViewTestProxyBase* proxy);
void WindowClosed(WebViewTestProxyBase* proxy);
@@ -50,13 +48,11 @@ class TestInterfaces {
WebTestDelegate* GetDelegate();
const std::vector<WebViewTestProxyBase*>& GetWindowList();
blink::WebThemeEngine* GetThemeEngine();
- AppBannerClient* GetAppBannerClient();
private:
base::WeakPtr<GamepadController> gamepad_controller_;
std::unique_ptr<TestRunner> test_runner_;
WebTestDelegate* delegate_;
- AppBannerClient* app_banner_client_;
std::vector<WebViewTestProxyBase*> window_list_;
blink::WebView* main_view_;
« no previous file with comments | « components/test_runner/app_banner_service.cc ('k') | components/test_runner/test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698