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

Unified Diff: mojo/services/view_manager/connection_manager.h

Issue 514063003: Update view_manager and window_manager to make use of content handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@viewman2
Patch Set: rebase Created 6 years, 3 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: mojo/services/view_manager/connection_manager.h
diff --git a/mojo/services/view_manager/connection_manager.h b/mojo/services/view_manager/connection_manager.h
index c3996a611afb627173e486e9fcd6e21e34938286..08202083b8535c45bd1743b8bb2424117165b9d8 100644
--- a/mojo/services/view_manager/connection_manager.h
+++ b/mojo/services/view_manager/connection_manager.h
@@ -110,10 +110,6 @@ class MOJO_VIEW_MANAGER_EXPORT ConnectionManager : public ServerViewDelegate {
// Returns true if OnConnectionMessagedClient() was invoked for id.
bool DidConnectionMessageClient(ConnectionSpecificId id) const;
- ViewManagerServiceImpl* GetConnectionByCreator(
- ConnectionSpecificId creator_id,
- const std::string& url) const;
-
// Returns the ViewManagerServiceImpl that has |id| as a root.
ViewManagerServiceImpl* GetConnectionWithRoot(const ViewId& id) {
return const_cast<ViewManagerServiceImpl*>(

Powered by Google App Engine
This is Rietveld 408576698