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

Unified Diff: chrome/common/url_constants.cc

Issue 1710443002: bluetooth: Add URLs for Web Bluetooth help links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Cleanup #2 Created 4 years, 10 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
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index ed60a71db4487df1a1206b227967ed4cef0ea23c..0ea5eaa0d37f227405135066692a4b4ce8d4d7f8 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -762,4 +762,7 @@ const char kWindowsXPVistaDeprecationURL[] =
"https://support.google.com/chrome/answer/95346";
#endif
+const char kChooserBluetoothOverviewURL[] =
+ "https://support.google.com/chrome?p=bluetooth";
+
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698