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

Unified Diff: content/browser/bluetooth/bluetooth_dispatcher_host.h

Issue 1082273006: bluetooth: Impl uses new WebBluetoothGATTRemoteServer content/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/browser/bluetooth/bluetooth_dispatcher_host.h
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h
index d5f8c2ba47d2871a9844e2e8a2875a16694e0561..e2927df94584af902e27bd97af0245bbb67ad233 100644
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
@@ -39,6 +39,9 @@ class BluetoothDispatcherHost : public BrowserMessageFilter,
// IPC Handlers, see definitions in bluetooth_messages.h.
void OnRequestDevice(int thread_id, int request_id);
void OnRequestDeviceOnUI(int thread_id, int request_id);
+ void OnConnectGATT(int thread_id, int request_id, std::string instance_id);
+ void OnConnectGATTOnUI(int thread_id, int request_id,
+ std::string instance_id);
void OnSetBluetoothMockDataSetForTesting(const std::string& name);
// A BluetoothAdapter instance representing an adapter of the system.

Powered by Google App Engine
This is Rietveld 408576698