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

Unified Diff: chrome/common/url_constants.cc

Issue 2873963007: Fix "Turn on Bluetooth" chooser url link on ChromeOS (Closed)
Patch Set: fix "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 b7361f37e1128369c3e888d784ed177c70709a9f..f620dc446cc2c98126870276b405f8e180d36bbf 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/search#Bluetooth";
+ "chrome://settings/#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