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