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

Unified Diff: components/view_manager/public/cpp/view_manager_client_factory.h

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/view_manager_client_factory.h
diff --git a/components/view_manager/public/cpp/view_manager_client_factory.h b/components/view_manager/public/cpp/view_manager_client_factory.h
index 0fdfb4068c7e679af52517467fa00835f5750a64..50d9cfc3d29dba73f4d9bfb5087e025800af806c 100644
--- a/components/view_manager/public/cpp/view_manager_client_factory.h
+++ b/components/view_manager/public/cpp/view_manager_client_factory.h
@@ -21,14 +21,6 @@ class ViewManagerClientFactory : public InterfaceFactory<ViewManagerClient> {
ViewManagerClientFactory(Shell* shell, ViewManagerDelegate* delegate);
~ViewManagerClientFactory() override;
- // Creates a ViewManagerClient from the supplied arguments. Returns ownership
- // to the caller.
- static ViewManagerClient* WeakBindViewManagerToPipe(
- InterfaceRequest<ViewManagerClient> request,
- ViewManagerServicePtr view_manager_service,
- Shell* shell,
- ViewManagerDelegate* delegate);
-
// InterfaceFactory<ViewManagerClient> implementation.
void Create(ApplicationConnection* connection,
InterfaceRequest<ViewManagerClient> request) override;
« no previous file with comments | « components/view_manager/public/cpp/lib/view_manager_init.cc ('k') | components/view_manager/public/cpp/view_manager_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698