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

Unified Diff: components/html_viewer/layout_test_html_viewer.h

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
Patch Set: . 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
index 3a2ebda621b71cbb2c5e6c4a81581ea66978a975..861e8c55739c96bc4b1b5b5433b85e73a38c6989 100644
--- a/components/html_viewer/layout_test_html_viewer.h
+++ b/components/html_viewer/layout_test_html_viewer.h
@@ -25,7 +25,8 @@ class LayoutTestHTMLViewer : public HTMLViewer {
void TestFinished();
// Overridden from ApplicationDelegate:
- void Initialize(mojo::ApplicationImpl* app) override;
+ void Initialize(mojo::Shell* shell, const std::string& url,
+ uint32_t id) override;
// Overridden from InterfaceFactory<shell::mojom::ContentHandler>
void Create(mojo::ApplicationConnection* connection,
« 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