| Index: mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc
|
| index 555673d28bb36da38c937b3084e5cd798d8a884a..dd65507f6758590fea09ab68b180e9ef7c6af84e 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc
|
| +++ b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc
|
| @@ -448,8 +448,7 @@ class EmbedTransaction : public ViewManagerTransaction {
|
| virtual void DoCommit() OVERRIDE {
|
| std::vector<Id> ids;
|
| ids.push_back(node_id_);
|
| - service()->Connect(url_, Array<Id>::From(ids),
|
| - ActionCompletedCallback());
|
| + service()->Embed(url_, Array<Id>::From(ids), ActionCompletedCallback());
|
| }
|
| virtual void DoActionCompleted(bool success) OVERRIDE {
|
| // TODO(beng): recovery?
|
|
|