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

Unified Diff: chrome/common/url_constants.h

Issue 2344133003: Add help link when Bluetooth adapter is off for WebBluetooth chooser (Closed)
Patch Set: rebase Created 4 years, 3 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 80c27ed63f45ec1e52708c4b7bf6c93f251212c2..50a927528ebdaeb105fa77f07748fa7d54578f08 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -596,6 +596,9 @@ extern const char kChooserUsbOverviewURL[];
extern const char kEolNotificationURL[];
#endif
+// The URL for providing help when the Bluetooth adapter is off.
+extern const char kBluetoothAdapterOffHelpURL[];
+
} // namespace chrome
#endif // CHROME_COMMON_URL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698