| Index: mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| index 47f08cd8ebbe8356cac3f15a86be60d998456415..f40e3a8f33890fe44393467e0e9b67102969e4a1 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| +++ b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| @@ -73,8 +73,6 @@
|
| void AddView(View* view);
|
| void RemoveView(Id view_id);
|
|
|
| - void OnConnectionEstablished();
|
| -
|
| private:
|
| friend class RootObserver;
|
|
|
| @@ -84,6 +82,9 @@
|
| const std::string& GetEmbedderURL() const override;
|
| const std::vector<View*>& GetRoots() const override;
|
| View* GetViewById(Id id) override;
|
| +
|
| + // Overridden from InterfaceImpl:
|
| + void OnConnectionEstablished() override;
|
|
|
| // Overridden from ViewManagerClient:
|
| void OnEmbed(ConnectionSpecificId connection_id,
|
|
|