| Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| index 31ec08e679c77d92ceb02bd97f173183c373348b..c726172185db6c199c6fe456d95cf0d356ab0e1e 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| @@ -428,13 +428,6 @@ void SystemTrayDelegateChromeOS::ActivateIMEProperty(const std::string& key) {
|
| input_method::InputMethodManager::Get()->ActivateInputMethodMenuItem(key);
|
| }
|
|
|
| -// TODO(jamescook): Move to SystemTrayClient where other Web UI lives.
|
| -void SystemTrayDelegateChromeOS::ManageBluetoothDevices() {
|
| - content::RecordAction(base::UserMetricsAction("ShowBluetoothSettingsPage"));
|
| - chrome::ShowSettingsSubPageForProfile(ProfileManager::GetActiveUserProfile(),
|
| - chrome::kBluetoothSubPage);
|
| -}
|
| -
|
| void SystemTrayDelegateChromeOS::ToggleBluetooth() {
|
| bluetooth_helper_->ToggleEnabled();
|
| }
|
|
|