Index: content/child/bluetooth/bluetooth_dispatcher.cc |
diff --git a/content/child/bluetooth/bluetooth_dispatcher.cc b/content/child/bluetooth/bluetooth_dispatcher.cc |
index ed8f3110cf7a39cac666754a92e9fb6e59dda352..7a02ef05fe66e16a979afb4543c248288430585b 100644 |
--- a/content/child/bluetooth/bluetooth_dispatcher.cc |
+++ b/content/child/bluetooth/bluetooth_dispatcher.cc |
@@ -39,6 +39,8 @@ int CurrentWorkerId() { |
WebBluetoothError::ErrorType WebBluetoothErrorFromBluetoothError( |
BluetoothError error_type) { |
switch (error_type) { |
+ case BluetoothError::NETWORK_ERROR: |
+ return WebBluetoothError::NetworkError; |
case BluetoothError::NOT_FOUND: |
return WebBluetoothError::NotFoundError; |
case BluetoothError::SECURITY: |