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

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

Issue 1315093002: Implement a bluetooth picker dialog for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 07cd51ecff7d042ec918c70e8c4c8c366e82c9b9..0516734cdae687e1b5bda05eab7f43e0ea75738a 100644
--- a/content/public/browser/bluetooth_chooser.h
+++ b/content/public/browser/bluetooth_chooser.h
@@ -22,6 +22,8 @@ class CONTENT_EXPORT BluetoothChooser {
CANCELLED,
// The user selected device |opt_device_id|.
SELECTED,
+ // The user asked for the search to restart.
+ RESTART,
Jeffrey Yasskin 2015/08/28 18:16:33 Can we call this "RESCAN" or "START_SCAN" or "STAR
Finnur 2015/08/31 15:25:22 Done.
// As the dialog implementations grow more user-visible buttons and knobs,
// we'll add enumerators here to support them.

Powered by Google App Engine
This is Rietveld 408576698