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

Side by Side Diff: device/bluetooth/discovery_session.h

Issue 2567983007: bluetooth: Add adapter page to internals page. (Closed)
Patch Set: Merge upstream Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « device/bluetooth/adapter.cc ('k') | device/bluetooth/public/interfaces/adapter.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DEVICE_BLUETOOTH_DISCOVERY_SESSION_H_ 5 #ifndef DEVICE_BLUETOOTH_DISCOVERY_SESSION_H_
6 #define DEVICE_BLUETOOTH_DISCOVERY_SESSION_H_ 6 #define DEVICE_BLUETOOTH_DISCOVERY_SESSION_H_
7 7
8 #include "base/memory/ptr_util.h" 8 #include "base/memory/ptr_util.h"
9 #include "device/bluetooth/bluetooth_discovery_session.h" 9 #include "device/bluetooth/bluetooth_discovery_session.h"
10 #include "device/bluetooth/public/interfaces/adapter.mojom.h" 10 #include "device/bluetooth/public/interfaces/adapter.mojom.h"
(...skipping 26 matching lines...) Expand all
37 // The underlying discovery session. 37 // The underlying discovery session.
38 std::unique_ptr<device::BluetoothDiscoverySession> discovery_session_; 38 std::unique_ptr<device::BluetoothDiscoverySession> discovery_session_;
39 39
40 base::WeakPtrFactory<DiscoverySession> weak_ptr_factory_; 40 base::WeakPtrFactory<DiscoverySession> weak_ptr_factory_;
41 41
42 DISALLOW_COPY_AND_ASSIGN(DiscoverySession); 42 DISALLOW_COPY_AND_ASSIGN(DiscoverySession);
43 }; 43 };
44 44
45 } // namespace bluetooth 45 } // namespace bluetooth
46 46
47 #endif 47 #endif
OLDNEW
« no previous file with comments | « device/bluetooth/adapter.cc ('k') | device/bluetooth/public/interfaces/adapter.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698