summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/debug_daemon_client.h
diff options
context:
space:
mode:
authordhsharp <dhsharp@chromium.org>2015-09-03 10:51:05 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-03 17:51:42 +0000
commita90ed027dc3229751993fd84549b600be2ccc2a3 (patch)
treed52bc8fe9232ffb59e4abc1d66b7888a1973fad0 /chromeos/dbus/debug_daemon_client.h
parent287b26ee900c1fe2079fef26b762604876f214d9 (diff)
downloadchromium_src-a90ed027dc3229751993fd84549b600be2ccc2a3.zip
chromium_src-a90ed027dc3229751993fd84549b600be2ccc2a3.tar.gz
chromium_src-a90ed027dc3229751993fd84549b600be2ccc2a3.tar.bz2
dbus/debugd: Remove GetPerfData
This DBus call is no longer used, replaced by GetRandomPerfOutput, which is furthermore soon to be replaced GetPerfOutput. Review URL: https://codereview.chromium.org/1308943007 Cr-Commit-Position: refs/heads/master@{#347179}
Diffstat (limited to 'chromeos/dbus/debug_daemon_client.h')
-rw-r--r--chromeos/dbus/debug_daemon_client.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromeos/dbus/debug_daemon_client.h b/chromeos/dbus/debug_daemon_client.h
index 9a4d678..b91d2c1 100644
--- a/chromeos/dbus/debug_daemon_client.h
+++ b/chromeos/dbus/debug_daemon_client.h
@@ -83,17 +83,6 @@ class CHROMEOS_EXPORT DebugDaemonClient : public DBusClient {
virtual void GetNetworkInterfaces(
const GetNetworkInterfacesCallback& callback) = 0;
- // Called once GetPerfData() is complete only if the the data is successfully
- // obtained from debugd.
- typedef base::Callback<void(const std::vector<uint8>& data)>
- GetPerfDataCallback;
-
- // Runs perf for |duration| seconds and returns data collected.
- // TODO(sque): This is being replaced by GetPerfOutput(). Remove this function
- // and the above callback typedef when the new function is running.
- virtual void GetPerfData(uint32_t duration,
- const GetPerfDataCallback& callback) = 0;
-
// Called once GetPerfOutput() is complete only if the the data is
// successfully obtained from debugd.
// Arguments: