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

Unified Diff: components/test_runner/app_banner_client.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/BUILD.gn ('k') | components/test_runner/gamepad_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/app_banner_client.h
diff --git a/components/test_runner/app_banner_client.h b/components/test_runner/app_banner_client.h
index f304baee331a9f91b22a34498bde2a473a07e410..1ecd77c4e4be53a11f6300debd67185536cdad13 100644
--- a/components/test_runner/app_banner_client.h
+++ b/components/test_runner/app_banner_client.h
@@ -5,14 +5,17 @@
#ifndef COMPONENTS_TEST_RUNNER_APP_BANNER_CLIENT_H_
#define COMPONENTS_TEST_RUNNER_APP_BANNER_CLIENT_H_
+#include "base/compiler_specific.h"
#include "base/id_map.h"
+#include "components/test_runner/test_runner_export.h"
#include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClient.h"
namespace test_runner {
// Test app banner client that holds on to callbacks and allows the test runner
// to resolve them.
-class AppBannerClient : public blink::WebAppBannerClient {
+class TEST_RUNNER_EXPORT AppBannerClient
+ : public NON_EXPORTED_BASE(blink::WebAppBannerClient) {
public:
AppBannerClient();
virtual ~AppBannerClient();
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | components/test_runner/gamepad_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698