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

Unified Diff: content/public/browser/bluetooth_chooser.h

Issue 2735773002: work in progress
Patch Set: Created 3 years, 9 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: content/public/browser/bluetooth_chooser.h
diff --git a/content/public/browser/bluetooth_chooser.h b/content/public/browser/bluetooth_chooser.h
index c250943fbe87edade405b5f9d254054862391090..a0b8dbbcceb77eac198ebcc6bf7017c49cc636cc 100644
--- a/content/public/browser/bluetooth_chooser.h
+++ b/content/public/browser/bluetooth_chooser.h
@@ -34,6 +34,9 @@ class CONTENT_EXPORT BluetoothChooser {
// scan for Bluetooth devices. Only used on Android.
SHOW_NEED_LOCATION_HELP,
+ // Adapter discovering changed
+ ADAPTER_DISCOVERING_CHANGED,
+
// As the dialog implementations grow more user-visible buttons and knobs,
// we'll add enumerators here to support them.
};
« no previous file with comments | « content/browser/bluetooth/web_bluetooth_service_impl.cc ('k') | content/shell/browser/layout_test/blink_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698