| 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 734f77fc4b3e8dce6587f5bd348dbad48c2cc278..6c145534d32db2eabd8c7740c739c702e51d95ce 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
|
| @@ -123,7 +123,7 @@ class ViewManagerClientImpl : public ViewManager,
|
| EventPtr event,
|
| const Callback<void()>& callback) OVERRIDE;
|
| virtual void OnFocusChanged(Id gained_focus_id, Id lost_focus_id) OVERRIDE;
|
| - virtual void EmbedRoot(const String& url) OVERRIDE;
|
| + virtual void Embed(const String& url) OVERRIDE;
|
| virtual void DispatchOnViewInputEvent(Id view_id, EventPtr event) OVERRIDE;
|
|
|
| // Sync the client model with the service by enumerating the pending
|
|
|