Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4446)

Unified Diff: chrome/common/url_constants.h

Issue 1661063002: Add message and Help Center link to the chooser UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed some typos Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698