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

Side by Side Diff: chromeos/dbus/stub_dbus_thread_manager_helper.h

Issue 49773003: ChromeOS: Remove MockDBusThreadManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698