| Index: mojo/services/view_manager/view_manager_connection.h
|
| diff --git a/mojo/services/view_manager/view_manager_connection.h b/mojo/services/view_manager/view_manager_connection.h
|
| index 884498c5f1075ff951fa33112fa34b4232528cb4..7bba5865f8136f03461d126368ab81102f16f428 100644
|
| --- a/mojo/services/view_manager/view_manager_connection.h
|
| +++ b/mojo/services/view_manager/view_manager_connection.h
|
| @@ -40,7 +40,6 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerConnection
|
| virtual ~ViewManagerConnection();
|
|
|
| virtual void OnConnectionEstablished() MOJO_OVERRIDE;
|
| - virtual void OnConnectionError() MOJO_OVERRIDE;
|
|
|
| TransportConnectionId id() const { return id_; }
|
|
|
|
|