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

Side by Side Diff: chromeos/dbus/mock_experimental_bluetooth_adapter_client.cc

Issue 12605008: D-Bus Clients for BlueZ 5 API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mock dbus thread manager without gmock? I didn't even know that was a thing! Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chromeos/dbus/mock_experimental_bluetooth_adapter_client.h"
6
7 #include "third_party/cros_system_api/dbus/service_constants.h"
8
9 namespace chromeos {
10
11 MockExperimentalBluetoothAdapterClient::Properties::Properties()
12 : ExperimentalBluetoothAdapterClient::Properties::Properties(
13 NULL,
14 bluetooth_adapter::kExperimentalBluetoothAdapterInterface,
15 PropertyChangedCallback()) {}
16
17 MockExperimentalBluetoothAdapterClient::Properties::~Properties() {}
18
19 MockExperimentalBluetoothAdapterClient::
20 MockExperimentalBluetoothAdapterClient() {}
21
22 MockExperimentalBluetoothAdapterClient::
23 ~MockExperimentalBluetoothAdapterClient() {}
24
25 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698