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

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

Issue 2051333004: Implement BluetoothGattNotifySession::Stop on Android, 2nd attempt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address new review comments Created 4 years, 4 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 1ab6e0cf601645a42fbd5ea55487707c7faff05c..0b960cfe4c732dc89af7b89cc5dca43d9c36ad12 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
@@ -700,7 +700,8 @@ class LayoutTestBluetoothAdapterProvider {
// Stops calling GattCharacteristicValueChanged and runs callback.
static std::unique_ptr<
testing::NiceMock<device::MockBluetoothGattNotifySession>>
- GetBaseGATTNotifySession(const std::string& characteristic_identifier);
+ GetBaseGATTNotifySession(
+ base::WeakPtr<device::BluetoothRemoteGattCharacteristic> characteristic);
// Helper functions:

Powered by Google App Engine
This is Rietveld 408576698