Chromium Code Reviews| Index: mojo/services/view_manager/public/cpp/view.h |
| diff --git a/mojo/services/view_manager/public/cpp/view.h b/mojo/services/view_manager/public/cpp/view.h |
| index 5e4cc7339e0e9eff0f6b84774c020b9d47169d9e..1215a3b4f234981ae513192cb96215d4daa57012 100644 |
| --- a/mojo/services/view_manager/public/cpp/view.h |
| +++ b/mojo/services/view_manager/public/cpp/view.h |
| @@ -124,11 +124,9 @@ class View { |
| // Embedding. |
| void Embed(const String& url); |
| - scoped_ptr<ServiceProvider> Embed( |
| - const String& url, |
| - scoped_ptr<ServiceProviderImpl> exported_services); |
| void Embed(const String& url, |
| - InterfaceRequest<ServiceProvider> service_provider); |
| + InterfaceRequest<ServiceProvider> services, |
|
sky
2015/01/21 16:59:00
This is subtle. It's worth documenting the differe
jamesr
2015/01/21 18:51:40
It's the same as in application.mojom and the docu
|
| + ServiceProviderPtr exposed_services); |
| protected: |
| // This class is subclassed only by test classes that provide a public ctor. |