| Index: chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| index 82b5e132ff9cf9d67e1a7d587a51152a34e43661..44ef71cdcd234a7cb922066dfbbda86de3e69957 100644
|
| --- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| +++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
| @@ -202,10 +202,6 @@ void BluetoothPowerFailure() {
|
| // TODO(sad): Show an error bubble?
|
| }
|
|
|
| -void BluetoothDiscoveryFailure() {
|
| - // TODO(sad): Show an error bubble?
|
| -}
|
| -
|
| void BluetoothSetDiscoveringError() {
|
| LOG(ERROR) << "BluetoothSetDiscovering failed.";
|
| }
|
|
|