| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 2e25824a74b6a0009b55abbeecc0aeb1ee3308b5..791e2ec1e04e45bd9aece817f8bbd0f12668cc11 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -570,6 +570,10 @@ extern const char kMac10_678_DeprecationURL[];
|
| extern const char kWindowsXPVistaDeprecationURL[];
|
| #endif
|
|
|
| +// The URL for the Bluetooth Overview help center article in the Web Bluetooth
|
| +// Chooser.
|
| +extern const char kChooserBluetoothOverviewURL[];
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_URL_CONSTANTS_H_
|
|
|