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

Unified Diff: content/public/browser/bluetooth_chooser.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: Address tedchoc's 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
« no previous file with comments | « content/browser/bluetooth/bluetooth_metrics.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/bluetooth_chooser.h
diff --git a/content/public/browser/bluetooth_chooser.h b/content/public/browser/bluetooth_chooser.h
index b9f44a482302bff53760d225ff8fb35e19616b26..aec3c2f19415c7606f2c6fe578d36aca43334318 100644
--- a/content/public/browser/bluetooth_chooser.h
+++ b/content/public/browser/bluetooth_chooser.h
@@ -28,8 +28,6 @@ class CONTENT_EXPORT BluetoothChooser {
RESCAN,
// Show overview page for Bluetooth.
SHOW_OVERVIEW_HELP,
- // Show help page explaining what Bluetooth pairing means.
- SHOW_PAIRING_HELP,
// Show help page explaining why scanning failed because Bluetooth is off.
SHOW_ADAPTER_OFF_HELP,
// Show help page explaining why Chromium needs the Location permission to
@@ -46,9 +44,9 @@ class CONTENT_EXPORT BluetoothChooser {
//
// The EventHandler won't be called after the chooser object is destroyed.
//
- // After the EventHandler is called with Event::CANCELLED or Event::SELECTED,
- // it won't be called again, and users must not call any more BluetoothChooser
- // methods.
+ // After the EventHandler is called with Event::CANCELLED, Event::SELECTED,
+ // Event::DENIED_PERMISSION or Event::SHOW_*, it won't be called again, and
+ // users must not call any more BluetoothChooser methods.
typedef base::Callback<void(Event, const std::string& opt_device_id)>
EventHandler;
« no previous file with comments | « content/browser/bluetooth/bluetooth_metrics.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698