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

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: address estade@'s comments 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
« no previous file with comments | « chrome/browser/usb/usb_chooser_bubble_delegate.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index d57d6eaf51aca6d7c2cdfec20c25888447c4a782..2743a5c97980843ad4a341451e2405c834baa583 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -578,6 +578,9 @@ extern const char kWindowsXPVistaDeprecationURL[];
// Chooser.
extern const char kChooserBluetoothOverviewURL[];
+// The URL for the WebUsb help center article.
+extern const char kChooserUsbOverviewURL[];
+
} // namespace chrome
#endif // CHROME_COMMON_URL_CONSTANTS_H_
« no previous file with comments | « chrome/browser/usb/usb_chooser_bubble_delegate.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698