| Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc
|
| index 79837158de8cd6f57d4be9f0ef1112c85817ae43..08b670bfc89ad49822a5b5c3c12bc68869e780eb 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc
|
| @@ -117,7 +117,7 @@ void BluetoothOptionsHandler::GetLocalizedValues(
|
| IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTION_FAILED));
|
| }
|
|
|
| -void BluetoothOptionsHandler::Initialize() {
|
| +void BluetoothOptionsHandler::InitializeHandler() {
|
| // Bluetooth support is a work in progress. Supress the feature unless
|
| // explicitly enabled via a command line flag.
|
| if (!CommandLine::ForCurrentProcess()
|
|
|