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 e399547e1853d371c111bb0f0d769785133cec86..d085ccdd1afe1d8128915972769580a7b7d71f54 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h |
+++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h |
@@ -38,6 +38,8 @@ class BluetoothOptionsHandler |
virtual void InitializeHandler() OVERRIDE; |
virtual void InitializePage() OVERRIDE; |
+ void InitializeAdapter(scoped_refptr<device::BluetoothAdapter> adapter); |
+ |
// Sends a notification to the Web UI of the status of a Bluetooth device. |
// |device| is the Bluetooth device. |
// |params| is an optional set of parameters. |