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

Unified Diff: chrome/browser/chromeos/bluetooth/bluetooth_device.h

Issue 10915148: Change getDevices to use a DeviceCallback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: chrome/browser/chromeos/bluetooth/bluetooth_device.h
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.h b/chrome/browser/chromeos/bluetooth/bluetooth_device.h
index 0064f48e11565148e3d5491f3308e11d00c1ceae..f3c62ddd0b40d2f6c5d3dc334b7b8911ed5d2e20 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_device.h
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_device.h
@@ -201,8 +201,8 @@ class BluetoothDevice : public BluetoothDeviceClient::Observer,
typedef base::Callback<void(bool)> ProvidesServiceCallback;
// Indicates whether this device provides the given service.
- void ProvidesServiceWithName(const std::string& name,
- const ProvidesServiceCallback& callback);
+ virtual void ProvidesServiceWithName(const std::string& name,
+ const ProvidesServiceCallback& callback);
// Indicates whether the device is currently pairing and expecting a
// PIN Code to be returned.

Powered by Google App Engine
This is Rietveld 408576698