Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1224)

Unified Diff: mojo/services/view_manager/view_manager_connection.h

Issue 289873008: Mojo: Make overriding OnConnectionError optional (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 17a2655581248c74898f86e8ef4d9d3794226f10..70cfda781ebc040cad26b6ce0b971cce060963e5 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_; }
« no previous file with comments | « mojo/services/native_viewport/native_viewport_service.cc ('k') | mojo/services/view_manager/view_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698