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

Unified Diff: device/serial/serial_service_impl.h

Issue 2080513002: Deletes mojo::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « device/serial/serial_connection.cc ('k') | device/serial/serial_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_service_impl.h
diff --git a/device/serial/serial_service_impl.h b/device/serial/serial_service_impl.h
index cb4bc2ac03c821cc6036a584550f447265accb75..464e4aede2f4e08e34eb881ea8ade667a343278c 100644
--- a/device/serial/serial_service_impl.h
+++ b/device/serial/serial_service_impl.h
@@ -37,9 +37,7 @@ class SerialServiceImpl : public serial::SerialService {
mojo::InterfaceRequest<serial::SerialService> request);
// SerialService overrides.
- void GetDevices(
- const mojo::Callback<void(mojo::Array<serial::DeviceInfoPtr>)>& callback)
- override;
+ void GetDevices(const GetDevicesCallback& callback) override;
void Connect(
const mojo::String& path,
serial::ConnectionOptionsPtr options,
« no previous file with comments | « device/serial/serial_connection.cc ('k') | device/serial/serial_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698