| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 80c27ed63f45ec1e52708c4b7bf6c93f251212c2..50a927528ebdaeb105fa77f07748fa7d54578f08 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -596,6 +596,9 @@ extern const char kChooserUsbOverviewURL[];
|
| extern const char kEolNotificationURL[];
|
| #endif
|
|
|
| +// The URL for providing help when the Bluetooth adapter is off.
|
| +extern const char kBluetoothAdapterOffHelpURL[];
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_URL_CONSTANTS_H_
|
|
|