Index: chrome/browser/chromeos/dbus/introspectable_client.h |
diff --git a/chrome/browser/chromeos/dbus/introspectable_client.h b/chrome/browser/chromeos/dbus/introspectable_client.h |
index ef82036c683a417be12bb970f40db978e542332e..928116f634aae3269eacc1590777cc46d6b0254e 100644 |
--- a/chrome/browser/chromeos/dbus/introspectable_client.h |
+++ b/chrome/browser/chromeos/dbus/introspectable_client.h |
@@ -40,11 +40,6 @@ class IntrospectableClient { |
const dbus::ObjectPath& object_path, |
const IntrospectCallback& callback) = 0; |
- // Parses XML-formatted introspection data, as passed to IntrospectCallback, |
- // and returns the list of interface names declared within. |
- static std::vector<std::string> GetInterfacesFromXmlData( |
- const std::string&xml_data); |
- |
// Creates the instance |
static IntrospectableClient* Create(dbus::Bus* bus); |