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

Unified Diff: content/browser/frame_host/frame_mojo_shell.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/resource_provider/resource_provider_app.h ('k') | content/browser/level_db_wrapper_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/frame_mojo_shell.h
diff --git a/content/browser/frame_host/frame_mojo_shell.h b/content/browser/frame_host/frame_mojo_shell.h
index a3e2912fdf8b5deff1798dd45f323af612d8bd97..9893ae2fa51bfd473880de0e6fd3854452bc6a0f 100644
--- a/content/browser/frame_host/frame_mojo_shell.h
+++ b/content/browser/frame_host/frame_mojo_shell.h
@@ -7,8 +7,8 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
+#include "mojo/public/cpp/bindings/binding_set.h"
#include "mojo/public/cpp/bindings/interface_request.h"
-#include "mojo/public/cpp/bindings/weak_binding_set.h"
#include "mojo/shell/public/interfaces/shell.mojom.h"
namespace content {
@@ -45,12 +45,12 @@ class FrameMojoShell : public mojo::shell::mojom::Shell,
ServiceRegistryImpl* GetServiceRegistry();
RenderFrameHost* frame_host_;
- mojo::WeakBindingSet<mojo::shell::mojom::Shell> bindings_;
- mojo::WeakBindingSet<mojo::shell::mojom::Connector> connectors_;
+ mojo::BindingSet<mojo::shell::mojom::Shell> bindings_;
+ mojo::BindingSet<mojo::shell::mojom::Connector> connectors_;
// ServiceRegistry providing browser services to connected applications.
scoped_ptr<ServiceRegistryImpl> service_registry_;
- mojo::WeakBindingSet<mojo::shell::mojom::InterfaceProvider>
+ mojo::BindingSet<mojo::shell::mojom::InterfaceProvider>
service_provider_bindings_;
DISALLOW_COPY_AND_ASSIGN(FrameMojoShell);
« no previous file with comments | « components/resource_provider/resource_provider_app.h ('k') | content/browser/level_db_wrapper_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698