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

Unified Diff: chromeos/components/tether/ble_advertiser.h

Issue 2697763002: [CrOS Tether]: Create BleConnectionManager, which manages secure connections between the current de… (Closed)
Patch Set: hansberry@ comments. Created 3 years, 10 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: chromeos/components/tether/ble_advertiser.h
diff --git a/chromeos/components/tether/ble_advertiser.h b/chromeos/components/tether/ble_advertiser.h
index a846e53c44ee8197831749e4264e4e5975af714e..247a9a0953ff210193649710695f57f94297dce6 100644
--- a/chromeos/components/tether/ble_advertiser.h
+++ b/chromeos/components/tether/ble_advertiser.h
@@ -35,8 +35,10 @@ class BleAdvertiser {
const cryptauth::RemoteBeaconSeedFetcher* remote_beacon_seed_fetcher);
virtual ~BleAdvertiser();
- bool StartAdvertisingToDevice(const cryptauth::RemoteDevice& remote_device);
- bool StopAdvertisingToDevice(const cryptauth::RemoteDevice& remote_device);
+ virtual bool StartAdvertisingToDevice(
+ const cryptauth::RemoteDevice& remote_device);
+ virtual bool StopAdvertisingToDevice(
+ const cryptauth::RemoteDevice& remote_device);
private:
friend class BleAdvertiserTest;

Powered by Google App Engine
This is Rietveld 408576698