Index: chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc |
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc |
index 935c863da67ff15ea71077c21eb46fe73d3a5dc7..f57079ab841fdccbaecdd792569b1f723ad6fad0 100644 |
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc |
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc |
@@ -125,14 +125,6 @@ IN_PROC_BROWSER_TEST_F(SystemTrayDelegateChromeOSTest, |
EXPECT_EQ(base::k24HourClock, GetHourType()); |
} |
-// Test that checking bluetooth status early on doesn't cause a crash. |
-IN_PROC_BROWSER_TEST_F(SystemTrayDelegateChromeOSTest, BluetoothStatus) { |
- SystemTrayDelegateChromeOS delegate; |
- EXPECT_FALSE(delegate.GetBluetoothAvailable()); |
- EXPECT_FALSE(delegate.GetBluetoothEnabled()); |
- EXPECT_FALSE(delegate.IsBluetoothDiscovering()); |
-} |
- |
// Makes sure that no notifications are shown when rotating the |
// display on display settings URLs. |
IN_PROC_BROWSER_TEST_F(DisplayNotificationsTest, |