| Index: components/test_runner/web_test_interfaces.h
|
| diff --git a/components/test_runner/web_test_interfaces.h b/components/test_runner/web_test_interfaces.h
|
| index 6bf9ef1b7f69db68e63e1e3a85799aba274e30cf..cc84c1e57f11bc235533277dab1263121d9a1cac 100644
|
| --- a/components/test_runner/web_test_interfaces.h
|
| +++ b/components/test_runner/web_test_interfaces.h
|
| @@ -12,7 +12,6 @@
|
| #include "components/test_runner/test_runner_export.h"
|
|
|
| namespace blink {
|
| -class WebAppBannerClient;
|
| class WebAudioDevice;
|
| class WebFrame;
|
| class WebFrameClient;
|
| @@ -29,7 +28,6 @@ class WebView;
|
|
|
| namespace test_runner {
|
|
|
| -class AppBannerClient;
|
| class TestInterfaces;
|
| class WebFrameTestClient;
|
| class WebFrameTestProxyBase;
|
| @@ -65,8 +63,6 @@ class TEST_RUNNER_EXPORT WebTestInterfaces {
|
|
|
| blink::WebAudioDevice* CreateAudioDevice(double sample_rate);
|
|
|
| - std::unique_ptr<blink::WebAppBannerClient> CreateAppBannerClient();
|
| -
|
| TestInterfaces* GetTestInterfaces();
|
|
|
| // Creates a WebFrameClient implementation providing test behavior (i.e.
|
|
|