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

Unified Diff: chrome/browser/chromeos/dbus/introspectable_client.h

Issue 9839064: chromeos: Separate XML parsing code from IntrospectableClient (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 9 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
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);
« no previous file with comments | « chrome/browser/chromeos/dbus/introspect_util_unittest.cc ('k') | chrome/browser/chromeos/dbus/introspectable_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698