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

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

Issue 2808353004: bluetooth: Rename Is*Available to Is*Supported (Closed)
Patch Set: merge Created 3 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
Index: chromeos/components/tether/initializer.cc
diff --git a/chromeos/components/tether/initializer.cc b/chromeos/components/tether/initializer.cc
index 9d12a935dbd84d23c274e7d511a6d0df475412ab..245335cdca5a7b4615f4cad0dc2306e85f3c1356 100644
--- a/chromeos/components/tether/initializer.cc
+++ b/chromeos/components/tether/initializer.cc
@@ -51,7 +51,7 @@ void Initializer::Init(
ProfileOAuth2TokenService* token_service,
NetworkStateHandler* network_state_handler,
NetworkConnect* network_connect) {
- if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
+ if (!device::BluetoothAdapterFactory::IsBluetoothSupported()) {
PA_LOG(WARNING) << "Bluetooth is unavailable on this device; cannot "
Kyle Horimoto 2017/04/13 01:55:36 nit: Change log as well.
ortuno 2017/04/18 01:25:42 Done.
<< "initialize tether feature.";
return;

Powered by Google App Engine
This is Rietveld 408576698