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

Unified Diff: components/view_manager/public/cpp/lib/view_manager_client_factory.cc

Issue 1138073007: Nukes the windowmanager interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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
Index: components/view_manager/public/cpp/lib/view_manager_client_factory.cc
diff --git a/components/view_manager/public/cpp/lib/view_manager_client_factory.cc b/components/view_manager/public/cpp/lib/view_manager_client_factory.cc
index 23429157caa16a9ada62bdbf29d655514688813b..ba866b02d6fef59a54330a725da9e3839f736c7d 100644
--- a/components/view_manager/public/cpp/lib/view_manager_client_factory.cc
+++ b/components/view_manager/public/cpp/lib/view_manager_client_factory.cc
@@ -18,19 +18,6 @@ ViewManagerClientFactory::ViewManagerClientFactory(
ViewManagerClientFactory::~ViewManagerClientFactory() {
}
-// static
-ViewManagerClient* ViewManagerClientFactory::WeakBindViewManagerToPipe(
- InterfaceRequest<ViewManagerClient> request,
- ViewManagerServicePtr view_manager_service,
- Shell* shell,
- ViewManagerDelegate* delegate) {
- const bool delete_on_error = false;
- auto client = new ViewManagerClientImpl(delegate, shell, request.Pass(),
- delete_on_error);
- client->SetViewManagerService(view_manager_service.Pass());
- return client;
-}
-
// InterfaceFactory<ViewManagerClient> implementation.
void ViewManagerClientFactory::Create(
ApplicationConnection* connection,
« no previous file with comments | « components/view_manager/public/cpp/BUILD.gn ('k') | components/view_manager/public/cpp/lib/view_manager_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698