| Index: chrome/browser/extensions/api/dial/dial_registry.cc
|
| diff --git a/chrome/browser/extensions/api/dial/dial_registry.cc b/chrome/browser/extensions/api/dial/dial_registry.cc
|
| index 66d88b4511e899a10922d545ed6451c4b500580b..198a0b87bc5b7aba7b2d0616e71d77bb4d19ef3d 100644
|
| --- a/chrome/browser/extensions/api/dial/dial_registry.cc
|
| +++ b/chrome/browser/extensions/api/dial/dial_registry.cc
|
| @@ -319,6 +319,7 @@ void DialRegistry::OnNetworkChanged(
|
| case NetworkChangeNotifier::CONNECTION_ETHERNET:
|
| case NetworkChangeNotifier::CONNECTION_WIFI:
|
| case NetworkChangeNotifier::CONNECTION_UNKNOWN:
|
| + case NetworkChangeNotifier::CONNECTION_BLUETOOTH:
|
| if (!dial_.get()) {
|
| VLOG(2) << "Connection detected, restarting discovery.";
|
| StartPeriodicDiscovery();
|
|
|