Chromium Code Reviews| 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[]; |
|
Jeffrey Yasskin
2016/09/26 23:25:07
Put this next to the other Bluetooth Chooser URL.
juncai
2016/09/28 22:45:43
Done.
|
| + |
| } // namespace chrome |
| #endif // CHROME_COMMON_URL_CONSTANTS_H_ |