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

Unified Diff: components/html_viewer/layout_test_html_viewer.h

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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
Index: components/html_viewer/layout_test_html_viewer.h
diff --git a/components/html_viewer/layout_test_html_viewer.h b/components/html_viewer/layout_test_html_viewer.h
deleted file mode 100644
index 701a415063413e13c28ad9ac0436da9b23bb917e..0000000000000000000000000000000000000000
--- a/components/html_viewer/layout_test_html_viewer.h
+++ /dev/null
@@ -1,44 +0,0 @@
-// Copyright 2015 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 COMPONENTS_HTML_VIEWER_LAYOUT_TEST_HTML_VIEWER_H_
-#define COMPONENTS_HTML_VIEWER_LAYOUT_TEST_HTML_VIEWER_H_
-
-#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
-#include "components/html_viewer/html_viewer.h"
-#include "components/html_viewer/web_test_delegate_impl.h"
-
-namespace test_runner {
-class WebTestInterfaces;
-}
-
-namespace html_viewer {
-
-class LayoutTestHTMLViewer : public HTMLViewer {
- public:
- LayoutTestHTMLViewer();
- ~LayoutTestHTMLViewer() override;
-
- private:
- void TestFinished();
-
- // Overridden from mojo::ShellClient:
- void Initialize(mojo::Shell* shell, const std::string& url,
- uint32_t id) override;
-
- // Overridden from InterfaceFactory<shell::mojom::ContentHandler>
- void Create(mojo::Connection* connection,
- mojo::InterfaceRequest<mojo::shell::mojom::ContentHandler>
- request) override;
-
- scoped_ptr<test_runner::WebTestInterfaces> test_interfaces_;
- WebTestDelegateImpl test_delegate_;
-
- DISALLOW_COPY_AND_ASSIGN(LayoutTestHTMLViewer);
-};
-
-} // namespace html_viewer
-
-#endif // COMPONENTS_HTML_VIEWER_LAYOUT_TEST_HTML_VIEWER_H_
« no previous file with comments | « components/html_viewer/layout_test_content_handler_impl.cc ('k') | components/html_viewer/layout_test_html_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698