Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 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 #ifndef CHROMEOS_DBUS_STUB_DBUS_THREAD_MANAGER_HELPER_H_ | |
| 6 #define CHROMEOS_DBUS_STUB_DBUS_THREAD_MANAGER_HELPER_H_ | |
| 7 | |
| 8 #include "chromeos/chromeos_export.h" | |
| 9 | |
| 10 namespace chromeos { | |
| 11 | |
| 12 class FakeDBusThreadManager; | |
| 13 | |
| 14 CHROMEOS_EXPORT void SetStubClients(FakeDBusThreadManager* manager); | |
|
satorux1
2013/11/05 03:55:16
Function comment is missing.
Seems to me that th
pneubeck (no reviews)
2013/11/05 10:03:04
By providing this separate function, we can do the
satorux1
2013/11/05 10:18:56
Oh I see. Does this have to be a function in a sep
pneubeck (no reviews)
2013/11/05 10:58:44
Since it's used in dbus_thread_manager.cc anyways,
pneubeck (no reviews)
2013/11/05 16:14:59
Done.
| |
| 15 | |
| 16 } | |
| 17 | |
| 18 #endif // CHROMEOS_DBUS_STUB_DBUS_THREAD_MANAGER_HELPER_H_ | |
| OLD | NEW |