| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index d7f0a875743c016a13aeb0ec5075f03948c09f00..307e0fbf5480325aee281c50d94a7bf955296ff4 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -594,6 +594,9 @@ extern const char kWindowsXPVistaDeprecationURL[];
|
| // Chooser.
|
| extern const char kChooserBluetoothOverviewURL[];
|
|
|
| +// The URL for providing help when the Bluetooth adapter is off.
|
| +extern const char kBluetoothAdapterOffHelpURL[];
|
| +
|
| // The URL for the WebUsb help center article.
|
| extern const char kChooserUsbOverviewURL[];
|
|
|
|
|