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

Unified Diff: device/bluetooth/test/bluetooth_test.h

Issue 1232613004: The first 3 BluetoothTest.* unit tests now running on Mac as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movCBCM
Patch Set: pulling in origin/master so hopefully the patch will patch.. Created 5 years, 5 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: device/bluetooth/test/bluetooth_test.h
diff --git a/device/bluetooth/test/bluetooth_test.h b/device/bluetooth/test/bluetooth_test.h
index a5552da30e6ff5e505b4ad98bde62a0efc7ab53d..989066dee38683175aafc03dbaf30361a67a07d8 100644
--- a/device/bluetooth/test/bluetooth_test.h
+++ b/device/bluetooth/test/bluetooth_test.h
@@ -13,6 +13,9 @@
namespace device {
+const std::string kTestAdapterName = "FakeBluetoothAdapter";
scheib 2015/07/17 21:26:04 Probably we should move these to be static members
krstnmnlsn 2015/07/17 23:14:50 Done.
+const std::string kTestAdapterAddress = "A1:B2:C3:D4:E5:F6";
+
class BluetoothAdapter;
// A test fixture for Bluetooth that abstracts platform specifics for creating

Powered by Google App Engine
This is Rietveld 408576698