Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(719)

Unified Diff: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h

Issue 1926623002: bluetooth: Remove the device info and device class fields from BluetoothDevice. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
index 6885c6b3feb45e79c0f73e495802caa6bf001e9a..b5454ce6c3309a50c2e9b35b09811407cfcb396b 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h
@@ -355,17 +355,6 @@ class LayoutTestBluetoothAdapterProvider {
// Returns: address
// - GetName:
// Returns: device_name.
- // - GetBluetoothClass:
- // Returns: 0x1F00. “Unspecified Device Class” see
- // bluetooth.org/en-us/specification/assigned-numbers/baseband
- // - GetVendorIDSource:
- // Returns: BluetoothDevice::VENDOR_ID_BLUETOOTH.
- // - GetVendorID:
- // Returns: 0xFFFF.
- // - GetProductID:
- // Returns: 1.
- // - GetDeviceID:
- // Returns: 2.
// - IsPaired:
// Returns true.
static std::unique_ptr<testing::NiceMock<device::MockBluetoothDevice>>

Powered by Google App Engine
This is Rietveld 408576698