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

Unified Diff: components/test_runner/web_test_interfaces.h

Issue 1169493003: Turn test runner library into an actual component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 6 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_frame_test_proxy.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 6d46d7472bf8beba68ba532c9ffc719ab1844e94..40562685020805a3e4c6d285f57bbcba8df96651 100644
--- a/components/test_runner/web_test_interfaces.h
+++ b/components/test_runner/web_test_interfaces.h
@@ -6,6 +6,7 @@
#define COMPONENTS_TEST_RUNNER_WEB_TEST_INTERFACES_H_
#include "base/memory/scoped_ptr.h"
+#include "components/test_runner/test_runner_export.h"
namespace blink {
class WebAppBannerClient;
@@ -24,12 +25,13 @@ class WebView;
namespace test_runner {
+class AppBannerClient;
class TestInterfaces;
class WebTestDelegate;
class WebTestProxyBase;
class WebTestRunner;
-class WebTestInterfaces {
+class TEST_RUNNER_EXPORT WebTestInterfaces {
public:
WebTestInterfaces();
~WebTestInterfaces();
@@ -56,6 +58,7 @@ class WebTestInterfaces {
blink::WebAudioDevice* CreateAudioDevice(double sample_rate);
scoped_ptr<blink::WebAppBannerClient> CreateAppBannerClient();
+ AppBannerClient* GetAppBannerClient();
TestInterfaces* GetTestInterfaces();
« no previous file with comments | « components/test_runner/web_frame_test_proxy.h ('k') | components/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698