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

Unified Diff: components/test_runner/web_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/web_test_delegate.h ('k') | components/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | components/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698