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

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

Issue 489493004: Update view manager to support content handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: png viewer works sorta Created 6 years, 4 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/root_node_manager.h
diff --git a/mojo/services/view_manager/root_node_manager.h b/mojo/services/view_manager/root_node_manager.h
index 2977dc4714b490c2e1de54e1f082c04ee8977dda..9a295c2570b7b4545e264ae726719469f80f371b 100644
--- a/mojo/services/view_manager/root_node_manager.h
+++ b/mojo/services/view_manager/root_node_manager.h
@@ -112,10 +112,6 @@ class MOJO_VIEW_MANAGER_EXPORT RootNodeManager
// 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 NodeId& id) {
return const_cast<ViewManagerServiceImpl*>(

Powered by Google App Engine
This is Rietveld 408576698