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

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: Remove extra line added during merge Created 5 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
« no previous file with comments | « content/browser/bluetooth/bluetooth_dispatcher_host.cc ('k') | no next file » | 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 07cd51ecff7d042ec918c70e8c4c8c366e82c9b9..9a9514a4dc403b921c8817329aaf9d64976dc401 100644
--- a/content/public/browser/bluetooth_chooser.h
+++ b/content/public/browser/bluetooth_chooser.h
@@ -10,6 +10,7 @@
#include "base/callback.h"
#include "base/strings/string16.h"
#include "content/common/content_export.h"
+#include "content/public/browser/web_contents.h"
Jeffrey Yasskin 2015/09/03 17:22:01 I think you don't need this #include anymore.
namespace content {
@@ -22,6 +23,14 @@ class CONTENT_EXPORT BluetoothChooser {
CANCELLED,
// The user selected device |opt_device_id|.
SELECTED,
+ // The user asked for a new Bluetooth discovery session to start.
+ 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,
// 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/bluetooth_dispatcher_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698