| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index b7361f37e1128369c3e888d784ed177c70709a9f..f620dc446cc2c98126870276b405f8e180d36bbf 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/search#Bluetooth";
|
| + "chrome://settings/#Bluetooth";
|
| #else
|
| "https://support.google.com/chrome?p=bluetooth";
|
| #endif
|
|
|