 Chromium Code Reviews
 Chromium Code Reviews Issue 12222004:
  Bluetooth UI: A "connecting" overlay is shown after enter a pin code.  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master
    
  
    Issue 12222004:
  Bluetooth UI: A "connecting" overlay is shown after enter a pin code.  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master| Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h | 
| diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h | 
| index 7fe9121386248f9f9db10c5935bb15303a44be5e..dcdf8ca1fbed92cc3acacb6b6e0f4c6a7c649d8f 100644 | 
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h | 
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h | 
| @@ -135,6 +135,9 @@ class BluetoothOptionsHandler | 
| device::BluetoothDevice* device) OVERRIDE; | 
| private: | 
| + // Displays a connecting message. | 
| + void DeviceConnecting(device::BluetoothDevice* device); | 
| 
kevers
2013/02/06 20:09:39
Nit.  Undocumented argument.
 
deymo
2013/02/07 02:01:21
Done.
 | 
| + | 
| // Called by device::BluetoothAdapter in response to a failure to | 
| // change the power status of the adapter. | 
| void EnableChangeError(); |