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

Unified Diff: chrome/common/url_constants.cc

Issue 1661063002: Add message and Help Center link to the chooser UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed some typos 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 71e6bd4f8c4b7daa798215d7ca0311f10247f560..fb109a06b1d5b88ad52df9ddfd4af35195599789 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -760,4 +760,10 @@ const char kWindowsXPVistaDeprecationURL[] =
"https://support.google.com/chrome/answer/95346";
#endif
+const char kWebBluetoothHelpCenterURL[] =
ortuno 2016/02/17 16:02:59 Would you mind changing this to "kChooserBluetooth
juncai 2016/02/17 22:40:40 Done.
+ "https://support.google.com/chrome?p=bluetooth";
+
+// TODO(juncai): Change to a WebUsb help center URL when one is available.
palmer 2016/02/17 02:19:53 Attach a specific bug ID to this TODO. We definite
juncai 2016/02/17 22:40:40 Done.
+const char kWebUsbHelpCenterURL[] = "https://support.google.com";
+
} // namespace chrome
« chrome/browser/usb/usb_chooser_bubble_delegate.cc ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698