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

Unified Diff: chrome/browser/chooser_controller/chooser_controller.h

Issue 2344133003: Add help link when Bluetooth adapter is off for WebBluetooth chooser (Closed)
Patch Set: updated the kBluetoothAdapterOffHelpURL 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/browser/chooser_controller/chooser_controller.h
diff --git a/chrome/browser/chooser_controller/chooser_controller.h b/chrome/browser/chooser_controller/chooser_controller.h
index 6e3f69a1a5ea9987a662f14e9f1c613a3042d324..df5f1ab42bb0605a80962beddd1202bcc569e318 100644
--- a/chrome/browser/chooser_controller/chooser_controller.h
+++ b/chrome/browser/chooser_controller/chooser_controller.h
@@ -96,6 +96,9 @@ class ChooserController {
// Refresh the list of options.
virtual void RefreshOptions() = 0;
+ // Provide help information when the adapter is off.
+ virtual void OpenAdapterOffHelpUrl() const;
Jeffrey Yasskin 2016/09/26 23:25:07 Put this next to the other Open...Url() function.
juncai 2016/09/28 22:45:42 Since the WebUSB doesn't use this function, and in
Jeffrey Yasskin 2016/09/28 23:12:23 Sounds good, thanks.
+
// Returns the status text to be shown in the chooser.
virtual base::string16 GetStatus() const = 0;

Powered by Google App Engine
This is Rietveld 408576698