Index: chrome/common/url_constants.h |
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h |
index bf9b63f6a6aa5addafa6a7cf30b70da212f51cdf..614748f4018dfdd34ac971f18bb60d6ab8d4264f 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 help center article. |
+extern const char kWebBluetoothHelpCenterURL[]; |
+ |
+// The URL for the WebUsb help center article. |
+extern const char kWebUsbHelpCenterURL[]; |
+ |
} // namespace chrome |
#endif // CHROME_COMMON_URL_CONSTANTS_H_ |