Index: chrome/common/url_constants.h |
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h |
index bf9b63f6a6aa5addafa6a7cf30b70da212f51cdf..9693609404716e7f81ca2b3ce13c9fc8db567d60 100644 |
--- a/chrome/common/url_constants.h |
+++ b/chrome/common/url_constants.h |
@@ -568,6 +568,12 @@ extern const char kMac10_678_DeprecationURL[]; |
extern const char kWindowsXPVistaDeprecationURL[]; |
#endif |
+// The URL for the WebBluetooth helper center article. |
+extern const char kWebBluetoothHelpCenterURL[]; |
+ |
+// The URL for the WebUsb helper center article. |
+extern const char kWebUsbHelpCenterURL[]; |
+ |
} // namespace chrome |
#endif // CHROME_COMMON_URL_CONSTANTS_H_ |