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

Unified Diff: content/child/bluetooth/bluetooth_dispatcher.h

Issue 1120373004: bluetooth: Browser-side implementation of connectGATT. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-request-device-implementation
Patch Set: Address scheib's comments Created 5 years, 7 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/child/bluetooth/bluetooth_dispatcher.h
diff --git a/content/child/bluetooth/bluetooth_dispatcher.h b/content/child/bluetooth/bluetooth_dispatcher.h
index 0492a1a0a336f3d90940a3fa400eb571a8dc7cbe..4bd4f250257e666a045ab51eca9a4baa528d6cd4 100644
--- a/content/child/bluetooth/bluetooth_dispatcher.h
+++ b/content/child/bluetooth/bluetooth_dispatcher.h
@@ -67,6 +67,10 @@ class BluetoothDispatcher : public WorkerTaskRunner::Observer {
int request_id,
const std::string& message);
+ void OnConnectGATTError(int thread_id,
+ int request_id,
+ BluetoothError error_type);
+
scoped_refptr<ThreadSafeSender> thread_safe_sender_;
// Tracks device requests sent to browser to match replies with callbacks.

Powered by Google App Engine
This is Rietveld 408576698