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

Unified Diff: chromeos/dbus/dbus_clients_browser.h

Issue 2350543002: chromeos; Remove unused switch --dbus-unstub-clients / --dbus-real-clients (Closed)
Patch Set: rebase again Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/dbus_client_types.cc ('k') | chromeos/dbus/dbus_clients_browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_clients_browser.h
diff --git a/chromeos/dbus/dbus_clients_browser.h b/chromeos/dbus/dbus_clients_browser.h
index ec4acbff0227559ec005adeb2fd7c8cee474ce0e..74a786276a8d26c21e1b1d5de4606892d5c8e99b 100644
--- a/chromeos/dbus/dbus_clients_browser.h
+++ b/chromeos/dbus/dbus_clients_browser.h
@@ -9,7 +9,6 @@
#include "base/macros.h"
#include "chromeos/chromeos_export.h"
-#include "chromeos/dbus/dbus_client_types.h"
namespace dbus {
class Bus;
@@ -29,9 +28,9 @@ class LorgnetteManagerClient;
// TODO(jamescook): Move this under //chrome/browser. http://crbug.com/647367
class CHROMEOS_EXPORT DBusClientsBrowser {
public:
- // Creates real implementations for |real_clients| and fakes for all others.
- // Fakes are used when running on Linux desktop and in tests.
- explicit DBusClientsBrowser(DBusClientTypeMask real_clients);
+ // Creates real implementations if |use_real_clients| is true and fakes
+ // otherwise. Fakes are used when running on Linux desktop and in tests.
+ explicit DBusClientsBrowser(bool use_real_clients);
~DBusClientsBrowser();
void Initialize(dbus::Bus* system_bus);
« no previous file with comments | « chromeos/dbus/dbus_client_types.cc ('k') | chromeos/dbus/dbus_clients_browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698