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

Unified Diff: chrome/common/url_constants.cc

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/common/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 70b7e0570d7a68da6b3326d9e88a34ba283e30a5..adbe6f03df71db737b64d8851cbac6fa886446e2 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -782,6 +782,13 @@ const char kWindowsXPVistaDeprecationURL[] =
const char kChooserBluetoothOverviewURL[] =
"https://support.google.com/chrome?p=bluetooth";
+const char kBluetoothAdapterOffHelpURL[] =
+#if defined(OS_CHROMEOS)
+ "chrome://settings/search#Bluetooth";
+#else
+ "https://support.google.com/chrome?p=bluetooth";
+#endif
+
const char kChooserUsbOverviewURL[] =
"https://support.google.com/chrome?p=webusb";
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698