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

Unified Diff: components/mus/ws/connection_manager.h

Issue 1735583002: Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « components/mus/mus_app.h ('k') | components/mus/ws/window_tree_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/connection_manager.h
diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
index 7266aa1f0fd5c19059466f38cdbd8fb000cf60fe..94b4afd2a95c244017de36a85f110fe528b423d0 100644
--- a/components/mus/ws/connection_manager.h
+++ b/components/mus/ws/connection_manager.h
@@ -27,8 +27,8 @@
#include "mojo/converters/surfaces/custom_surface_converter.h"
#include "mojo/public/cpp/bindings/array.h"
#include "mojo/public/cpp/bindings/binding.h"
-#include "mojo/public/cpp/bindings/weak_binding_set.h"
-#include "mojo/public/cpp/bindings/weak_interface_ptr_set.h"
+#include "mojo/public/cpp/bindings/binding_set.h"
+#include "mojo/public/cpp/bindings/interface_ptr_set.h"
namespace mus {
namespace ws {
@@ -319,10 +319,10 @@ class ConnectionManager : public ServerWindowDelegate,
// Next id supplied to the window manager.
uint32_t next_wm_change_id_;
- mojo::WeakBindingSet<mojom::DisplayManager> display_manager_bindings_;
+ mojo::BindingSet<mojom::DisplayManager> display_manager_bindings_;
// WARNING: only use these once |got_valid_frame_decorations_| is true.
// TODO(sky): refactor this out into its own class.
- mojo::WeakInterfacePtrSet<mojom::DisplayManagerObserver>
+ mojo::InterfacePtrSet<mojom::DisplayManagerObserver>
display_manager_observers_;
bool got_valid_frame_decorations_;
« no previous file with comments | « components/mus/mus_app.h ('k') | components/mus/ws/window_tree_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698