| 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);
|
|
|