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

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

Issue 2604063003: [CrOS Tether] Create BleScanner, a class which scan BLE advertisements and identifies nearby device… (Closed)
Patch Set: Add missing dependency. Created 3 years, 11 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/local_device_data_provider.h
diff --git a/chromeos/components/tether/local_device_data_provider.h b/chromeos/components/tether/local_device_data_provider.h
index 0d507cc3cfd1e450c70df3b64aa743a4a7cf3d38..4125049aaf53c703151d28b9a9598428cc5e6619 100644
--- a/chromeos/components/tether/local_device_data_provider.h
+++ b/chromeos/components/tether/local_device_data_provider.h
@@ -36,7 +36,7 @@ class LocalDeviceDataProvider {
// Fetches the public key and/or the beacon seeds for the local device.
// Returns whether the operation succeeded. If |nullptr| is passed as a
// parameter, the associated data will not be fetched.
- bool GetLocalDeviceData(
+ virtual bool GetLocalDeviceData(
std::string* public_key_out,
std::vector<cryptauth::BeaconSeed>* beacon_seeds_out) const;
« no previous file with comments | « chromeos/components/tether/ble_scanner_unittest.cc ('k') | chromeos/components/tether/mock_local_device_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698