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

Unified Diff: chromecast/browser/test/chromecast_browser_test_helper.h

Issue 2485843002: [chromecast] Merge ChromecastBrowserTestHelper into ChromecastBrowserTest (Closed)
Patch Set: addressed comment Created 4 years, 1 month 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
Index: chromecast/browser/test/chromecast_browser_test_helper.h
diff --git a/chromecast/browser/test/chromecast_browser_test_helper.h b/chromecast/browser/test/chromecast_browser_test_helper.h
deleted file mode 100644
index 8699b618357be014dd6da83bac76fde534972672..0000000000000000000000000000000000000000
--- a/chromecast/browser/test/chromecast_browser_test_helper.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROMECAST_BROWSER_TEST_CHROMECAST_BROWSER_TEST_HELPER_H_
-#define CHROMECAST_BROWSER_TEST_CHROMECAST_BROWSER_TEST_HELPER_H_
-
-#include <memory>
-
-class GURL;
-
-namespace content {
-class WebContents;
-}
-
-namespace chromecast {
-namespace shell {
-
-class ChromecastBrowserTestHelper {
- public:
- // Creates an implementation of ChromecastBrowserTestHelper. Allows public
- // and internal builds to instantiate different implementations.
- static std::unique_ptr<ChromecastBrowserTestHelper> Create();
-
- virtual ~ChromecastBrowserTestHelper() {}
- virtual content::WebContents* NavigateToURL(const GURL& url) = 0;
- virtual void BlockMediaLoading(bool block) = 0;
-};
-
-} // namespace shell
-} // namespace chromecast
-
-#endif // CHROMECAST_BROWSER_TEST_CHROMECAST_BROWSER_TEST_HELPER_H_
« no previous file with comments | « chromecast/browser/test/chromecast_browser_test.cc ('k') | chromecast/browser/test/chromecast_browser_test_helper_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698