| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index b94d56a6974a1dec1d172df3359c0a87e6ccd28b..ff0d59361d31b4b2c5a7f4f8da31e6c9897ce174 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -782,4 +782,17 @@ const char kChooserUsbOverviewURL[] =
|
| const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
|
| #endif
|
|
|
| +const char kBluetoothAdapterOffHelpURL[] =
|
| +#if defined(OS_CHROMEOS)
|
| + "chrome://settings/search#Bluetooth";
|
| +#elif defined(OS_LINUX)
|
| + "https://help.ubuntu.com/stable/ubuntu-help/bluetooth-turn-on-off.html";
|
| +#elif defined(OS_MACOSX)
|
| + "https://support.apple.com/kb/PH18971?locale=en_US";
|
| +#elif defined(OS_WIN)
|
| + "https://support.microsoft.com/en-us/search?query=Bluetooth";
|
| +#else
|
| + "";
|
| +#endif
|
| +
|
| } // namespace chrome
|
|
|