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

Unified Diff: chromeos/dbus/fake_bluetooth_profile_service_provider.h

Issue 851123002: Manage profiles in BluetoothAdapter on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/dbus/fake_bluetooth_profile_service_provider.h
diff --git a/chromeos/dbus/fake_bluetooth_profile_service_provider.h b/chromeos/dbus/fake_bluetooth_profile_service_provider.h
index 9cb4fd8bf0b0a0376878d20165398c5a93450f79..07497f5721c531f232a5fd02d2cfbd2370bc6373 100644
--- a/chromeos/dbus/fake_bluetooth_profile_service_provider.h
+++ b/chromeos/dbus/fake_bluetooth_profile_service_provider.h
@@ -39,6 +39,8 @@ class CHROMEOS_EXPORT FakeBluetoothProfileServiceProvider
const Delegate::ConfirmationCallback& callback);
virtual void Cancel();
+ const dbus::ObjectPath& object_path() { return object_path_; }
+
private:
friend class FakeBluetoothProfileManagerClient;

Powered by Google App Engine
This is Rietveld 408576698