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

Unified Diff: device/serial/serial_connection.h

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix network_service_loader Created 6 years, 5 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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | device/serial/serial_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_connection.h
diff --git a/device/serial/serial_connection.h b/device/serial/serial_connection.h
index e6909d274845020a2518d632f3947e131ff95065..31d5fc3a894cbdac3a2b90e43d9000b31c9d155c 100644
--- a/device/serial/serial_connection.h
+++ b/device/serial/serial_connection.h
@@ -29,7 +29,6 @@ class SerialConnection : public mojo::InterfaceImpl<serial::Connection> {
virtual void GetControlSignals(const mojo::Callback<
void(serial::DeviceControlSignalsPtr)>& callback) OVERRIDE;
virtual void Flush(const mojo::Callback<void(bool)>& callback) OVERRIDE;
- virtual void OnConnectionError() OVERRIDE;
private:
scoped_refptr<SerialIoHandler> io_handler_;
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | device/serial/serial_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698