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

Unified Diff: device/bluetooth/bluetooth_profile.h

Issue 14487002: Bluetooth: Profile support for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_profile.cc » ('j') | device/bluetooth/bluetooth_profile.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_profile.h
diff --git a/device/bluetooth/bluetooth_profile.h b/device/bluetooth/bluetooth_profile.h
index 466bdf2a6678a9fc4e2b5350feac107bc8a6ab9c..73cf585740f37676bececf4e3b938c4d0e4898fc 100644
--- a/device/bluetooth/bluetooth_profile.h
+++ b/device/bluetooth/bluetooth_profile.h
@@ -95,9 +95,7 @@ class BluetoothProfile {
typedef base::Callback<void(scoped_refptr<BluetoothSocket>)> SocketCallback;
virtual void SetConnectionCallback(const SocketCallback& callback) = 0;
- private:
- friend class BluetoothProfileMac;
-
+ protected:
BluetoothProfile();
virtual ~BluetoothProfile();
};
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_profile.cc » ('j') | device/bluetooth/bluetooth_profile.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698