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

Unified Diff: content/renderer/usb/web_usb_client_impl.cc

Issue 1373753003: Remove debug log message from web_usb_client_impl.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/usb/web_usb_client_impl.cc
diff --git a/content/renderer/usb/web_usb_client_impl.cc b/content/renderer/usb/web_usb_client_impl.cc
index 43446af3e25cb0b1dd5dd1ba212f79ff9483ad35..43e7b629ca964a7316f83ba5e6e8cfd1d881bc9c 100644
--- a/content/renderer/usb/web_usb_client_impl.cc
+++ b/content/renderer/usb/web_usb_client_impl.cc
@@ -68,8 +68,6 @@ void OnGetDevicesComplete(
WebUSBClientImpl::WebUSBClientImpl(content::ServiceRegistry* service_registry) {
service_registry->ConnectToRemoteService(mojo::GetProxy(&device_manager_));
- device_manager_.set_connection_error_handler(
- [this]() { LOG(ERROR) << "Device manager connection failed."; });
}
WebUSBClientImpl::~WebUSBClientImpl() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698