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

Unified Diff: chromeos/components/tether/ble_advertisement_device_queue.cc

Issue 2590553003: [CrOS Tether] Create ble_constants.h/cc, which include common constants to be shared among multiple… (Closed)
Patch Set: Created 4 years 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/components/tether/ble_advertisement_device_queue.cc
diff --git a/chromeos/components/tether/ble_advertisement_device_queue.cc b/chromeos/components/tether/ble_advertisement_device_queue.cc
index 4f53fcf6035023f83c9f7c7380aa1145b416e1f4..9e36aa0477fb21fabcef52ece030388225477f0a 100644
--- a/chromeos/components/tether/ble_advertisement_device_queue.cc
+++ b/chromeos/components/tether/ble_advertisement_device_queue.cc
@@ -8,14 +8,13 @@
#include <string>
#include "base/logging.h"
+#include "chromeos/components/tether/ble_constants.h"
#include "components/proximity_auth/logging/logging.h"
namespace chromeos {
namespace tether {
-const int BleAdvertisementDeviceQueue::kMaxConcurrentAdvertisements = 2;
-
BleAdvertisementDeviceQueue::BleAdvertisementDeviceQueue() {}
BleAdvertisementDeviceQueue::~BleAdvertisementDeviceQueue() {}

Powered by Google App Engine
This is Rietveld 408576698