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

Unified Diff: chrome/common/url_constants.h

Issue 1710443002: bluetooth: Add URLs for Web Bluetooth help links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Moar comments 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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 2e25824a74b6a0009b55abbeecc0aeb1ee3308b5..791e2ec1e04e45bd9aece817f8bbd0f12668cc11 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -570,6 +570,10 @@ extern const char kMac10_678_DeprecationURL[];
extern const char kWindowsXPVistaDeprecationURL[];
#endif
+// The URL for the Bluetooth Overview help center article in the Web Bluetooth
+// Chooser.
+extern const char kChooserBluetoothOverviewURL[];
+
} // namespace chrome
#endif // CHROME_COMMON_URL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698