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

Unified Diff: mojo/ui/content_viewer_app.h

Issue 1975253002: ApplicationConnection devolution, part 2.1. (Closed) Base URL: https://github.com/domokit/mojo.git@work792-x-work791_service_registry_spimpl
Patch Set: Created 4 years, 7 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 | « mojo/public/cpp/bindings/tests/versioning_test_service.cc ('k') | mojo/ui/content_viewer_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/ui/content_viewer_app.h
diff --git a/mojo/ui/content_viewer_app.h b/mojo/ui/content_viewer_app.h
index 990c90074d73d07f9d2d90fdca87707823a68fc9..0a1f0c19354475c98876e8897d155f3f5f1168c2 100644
--- a/mojo/ui/content_viewer_app.h
+++ b/mojo/ui/content_viewer_app.h
@@ -19,8 +19,7 @@ namespace ui {
// TODO(jeffbrown): Support creating the view provider application in a
// separate thread if desired (often not the case). This is one reason
// we are not using the ContentHandlerFactory here.
-class ContentViewerApp : public ApplicationDelegate,
- public InterfaceFactory<ContentHandler> {
+class ContentViewerApp : public ApplicationDelegate {
public:
ContentViewerApp();
~ContentViewerApp() override;
@@ -50,10 +49,6 @@ class ContentViewerApp : public ApplicationDelegate,
private:
class DelegatingContentHandler;
- // |InterfaceFactory<ContentHandler>|:
- void Create(const ConnectionContext& connection_context,
- InterfaceRequest<ContentHandler> request) override;
-
void StartViewer(const std::string& content_handler_url,
InterfaceRequest<Application> application_request,
URLResponsePtr response);
« no previous file with comments | « mojo/public/cpp/bindings/tests/versioning_test_service.cc ('k') | mojo/ui/content_viewer_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698