Index: device/bluetooth/test/fake_central.cc |
diff --git a/device/bluetooth/test/fake_central.cc b/device/bluetooth/test/fake_central.cc |
index a3e8cf6b8be3d545399fd6837a0fe647b810d30d..c9f432959f07ba22975cb027f71f037daa35bdc9 100644 |
--- a/device/bluetooth/test/fake_central.cc |
+++ b/device/bluetooth/test/fake_central.cc |
@@ -194,6 +194,11 @@ void FakeCentral::SetAdvertisingInterval( |
const AdvertisementErrorCallback& error_callback) { |
NOTREACHED(); |
} |
+void FakeCentral::ResetAdvertising( |
+ const base::Closure& callback, |
+ const AdvertisementErrorCallback& error_callback) { |
+ NOTREACHED(); |
+} |
#endif |
device::BluetoothLocalGattService* FakeCentral::GetGattService( |