Commit 74728942 authored by juncai's avatar juncai Committed by Commit bot

Fix "Turn on Bluetooth" chooser url link on ChromeOS

This CL changes the url string to "chrome://settings/#Bluetooth".

BUG=720248

Review-Url: https://codereview.chromium.org/2873963007
Cr-Commit-Position: refs/heads/master@{#471130}
parent d3c312ef
...@@ -823,7 +823,7 @@ const char kChooserBluetoothOverviewURL[] = ...@@ -823,7 +823,7 @@ const char kChooserBluetoothOverviewURL[] =
const char kBluetoothAdapterOffHelpURL[] = const char kBluetoothAdapterOffHelpURL[] =
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
"chrome://settings/search#Bluetooth"; "chrome://settings/#Bluetooth";
#else #else
"https://support.google.com/chrome?p=bluetooth"; "https://support.google.com/chrome?p=bluetooth";
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment