| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 71e6bd4f8c4b7daa798215d7ca0311f10247f560..aa9fdb82f5f4a0c8499af7b365700aa0977e3547 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -760,4 +760,10 @@ const char kWindowsXPVistaDeprecationURL[] =
|
| "https://support.google.com/chrome/answer/95346";
|
| #endif
|
|
|
| +const char kWebBluetoothHelpCenterURL[] =
|
| + "https://support.google.com/chrome?p=bluetooth";
|
| +
|
| +// TODO(juncai): Change to a WebUsb helper center URL when one is available.
|
| +const char kWebUsbHelpCenterURL[] = "https://support.google.com";
|
| +
|
| } // namespace chrome
|
|
|