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

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

Issue 2858353002: MediaPerceptionPrivate API impl and testing. (Closed)
Patch Set: Added media_perception_proto as direct dependency of test targets. Created 3 years, 7 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 | « no previous file | chromeos/dbus/dbus_thread_manager.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ 5 #ifndef CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
6 #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ 6 #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 void SetShillThirdPartyVpnDriverClient( 193 void SetShillThirdPartyVpnDriverClient(
194 std::unique_ptr<ShillThirdPartyVpnDriverClient> client); 194 std::unique_ptr<ShillThirdPartyVpnDriverClient> client);
195 void SetImageBurnerClient(std::unique_ptr<ImageBurnerClient> client); 195 void SetImageBurnerClient(std::unique_ptr<ImageBurnerClient> client);
196 void SetImageLoaderClient(std::unique_ptr<ImageLoaderClient> client); 196 void SetImageLoaderClient(std::unique_ptr<ImageLoaderClient> client);
197 void SetMediaAnalyticsClient(std::unique_ptr<MediaAnalyticsClient> client); 197 void SetMediaAnalyticsClient(std::unique_ptr<MediaAnalyticsClient> client);
198 void SetPermissionBrokerClient( 198 void SetPermissionBrokerClient(
199 std::unique_ptr<PermissionBrokerClient> client); 199 std::unique_ptr<PermissionBrokerClient> client);
200 void SetPowerManagerClient(std::unique_ptr<PowerManagerClient> client); 200 void SetPowerManagerClient(std::unique_ptr<PowerManagerClient> client);
201 void SetSessionManagerClient(std::unique_ptr<SessionManagerClient> client); 201 void SetSessionManagerClient(std::unique_ptr<SessionManagerClient> client);
202 void SetUpdateEngineClient(std::unique_ptr<UpdateEngineClient> client); 202 void SetUpdateEngineClient(std::unique_ptr<UpdateEngineClient> client);
203 void SetUpstartClient(std::unique_ptr<UpstartClient> client);
203 204
204 private: 205 private:
205 friend class DBusThreadManager; 206 friend class DBusThreadManager;
206 207
207 DBusThreadManagerSetter(); 208 DBusThreadManagerSetter();
208 209
209 DISALLOW_COPY_AND_ASSIGN(DBusThreadManagerSetter); 210 DISALLOW_COPY_AND_ASSIGN(DBusThreadManagerSetter);
210 }; 211 };
211 212
212 } // namespace chromeos 213 } // namespace chromeos
213 214
214 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ 215 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698