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

Unified Diff: chrome/common/url_constants.h

Issue 2344133003: Add help link when Bluetooth adapter is off for WebBluetooth chooser (Closed)
Patch Set: address more comments Created 4 years, 3 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/ui/views/chooser_content_view_unittest.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 d7f0a875743c016a13aeb0ec5075f03948c09f00..307e0fbf5480325aee281c50d94a7bf955296ff4 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -594,6 +594,9 @@ extern const char kWindowsXPVistaDeprecationURL[];
// Chooser.
extern const char kChooserBluetoothOverviewURL[];
+// The URL for providing help when the Bluetooth adapter is off.
+extern const char kBluetoothAdapterOffHelpURL[];
+
// The URL for the WebUsb help center article.
extern const char kChooserUsbOverviewURL[];
« no previous file with comments | « chrome/browser/ui/views/chooser_content_view_unittest.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698