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

Unified Diff: chromeos/dbus/introspectable_client.h

Issue 91373004: Move DBusClient stub implementations into separate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years 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/fake_sms_client.cc ('k') | chromeos/dbus/introspectable_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/introspectable_client.h
diff --git a/chromeos/dbus/introspectable_client.h b/chromeos/dbus/introspectable_client.h
index 573b9f962ea0684248c1e41240ecf7344e17caa5..792b1caa391b01bc598def0e5eb32c00b3404e08 100644
--- a/chromeos/dbus/introspectable_client.h
+++ b/chromeos/dbus/introspectable_client.h
@@ -45,7 +45,7 @@ class CHROMEOS_EXPORT IntrospectableClient : public DBusClient {
const std::string& xml_data);
// Creates the instance
- static IntrospectableClient* Create(DBusClientImplementationType type);
+ static IntrospectableClient* Create();
protected:
IntrospectableClient();
« no previous file with comments | « chromeos/dbus/fake_sms_client.cc ('k') | chromeos/dbus/introspectable_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698