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

Unified Diff: mojo/ui/view_provider_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/ui/content_viewer_app.cc ('k') | mojo/ui/view_provider_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/ui/view_provider_app.h
diff --git a/mojo/ui/view_provider_app.h b/mojo/ui/view_provider_app.h
index 147fb1b4ee7c4576d12ab977e7694d6ba9fdff23..60ae3306b058b47bbc2a9ec83e25f7b146b70782 100644
--- a/mojo/ui/view_provider_app.h
+++ b/mojo/ui/view_provider_app.h
@@ -22,8 +22,7 @@ namespace ui {
//
// It is not necessary to use this class to implement all ViewProviders.
// This class is merely intended to make the simple apps easier to write.
-class ViewProviderApp : public ApplicationDelegate,
- public InterfaceFactory<ui::ViewProvider> {
+class ViewProviderApp : public ApplicationDelegate {
public:
ViewProviderApp();
~ViewProviderApp() override;
@@ -57,10 +56,6 @@ class ViewProviderApp : public ApplicationDelegate,
private:
class DelegatingViewProvider;
- // |InterfaceFactory<ViewProvider>|:
- void Create(const ConnectionContext& connection_context,
- InterfaceRequest<ViewProvider> request) override;
-
void CreateView(DelegatingViewProvider* provider,
const std::string& view_provider_url,
InterfaceRequest<ViewOwner> view_owner_request,
« no previous file with comments | « mojo/ui/content_viewer_app.cc ('k') | mojo/ui/view_provider_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698