| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index f620dc446cc2c98126870276b405f8e180d36bbf..d17f68e51d745dc0079f50a863f97e4c846b37cd 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -823,7 +823,7 @@ const char kChooserBluetoothOverviewURL[] =
|
|
|
| const char kBluetoothAdapterOffHelpURL[] =
|
| #if defined(OS_CHROMEOS)
|
| - "chrome://settings/#Bluetooth";
|
| + "chrome://settings/?search=bluetooth";
|
| #else
|
| "https://support.google.com/chrome?p=bluetooth";
|
| #endif
|
|
|