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

Unified Diff: chrome/common/url_constants.cc

Issue 2878913002: Update "Turn on Bluetooth" chooser URL link on ChromeOS (Closed)
Patch Set: update "Turn on Bluetooth" chooser URL link on ChromeOS Created 3 years, 7 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 | « no previous file | 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 f620dc446cc2c98126870276b405f8e180d36bbf..d17f68e51d745dc0079f50a863f97e4c846b37cd 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -823,7 +823,7 @@ const char kChooserBluetoothOverviewURL[] =
const char kBluetoothAdapterOffHelpURL[] =
#if defined(OS_CHROMEOS)
- "chrome://settings/#Bluetooth";
+ "chrome://settings/?search=bluetooth";
#else
"https://support.google.com/chrome?p=bluetooth";
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698