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

Unified Diff: components/html_viewer/html_factory.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
« no previous file with comments | « components/html_viewer/html_document_application_delegate.cc ('k') | components/html_viewer/html_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_factory.h
diff --git a/components/html_viewer/html_factory.h b/components/html_viewer/html_factory.h
deleted file mode 100644
index af2c7a3dd53d61d50afcaacacd3d9577626d0545..0000000000000000000000000000000000000000
--- a/components/html_viewer/html_factory.h
+++ /dev/null
@@ -1,27 +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_HTML_FACTORY_H_
-#define COMPONENTS_HTML_VIEWER_HTML_FACTORY_H_
-
-#include "components/html_viewer/html_frame.h"
-#include "components/html_viewer/html_widget.h"
-
-namespace html_viewer {
-
-// HTMLFactory is used to create various classes that need to be mocked
-// for layout tests.
-class HTMLFactory {
- public:
- virtual HTMLFrame* CreateHTMLFrame(HTMLFrame::CreateParams* params) = 0;
- virtual HTMLWidgetRootLocal* CreateHTMLWidgetRootLocal(
- HTMLWidgetRootLocal::CreateParams* params) = 0;
-
- protected:
- virtual ~HTMLFactory() {}
-};
-
-} // namespace html_viewer
-
-#endif // COMPONENTS_HTML_VIEWER_HTML_FACTORY_H_
« no previous file with comments | « components/html_viewer/html_document_application_delegate.cc ('k') | components/html_viewer/html_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698