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

Unified Diff: chromeos/dbus/fake_debug_daemon_client.h

Issue 1218583002: metrics: Add dbus interface for GetRandomPerfOutput (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not allow both perf_stat and perf_data to be passed in; treat it as an error Created 5 years, 6 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: chromeos/dbus/fake_debug_daemon_client.h
diff --git a/chromeos/dbus/fake_debug_daemon_client.h b/chromeos/dbus/fake_debug_daemon_client.h
index e58cb75715050cbd93fba1c32f151179db4a8028..7d3547c801f9a7f3134ad51b5802257ba1fd40ca 100644
--- a/chromeos/dbus/fake_debug_daemon_client.h
+++ b/chromeos/dbus/fake_debug_daemon_client.h
@@ -41,6 +41,8 @@ class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient {
const GetNetworkInterfacesCallback& callback) override;
void GetPerfData(uint32_t duration,
const GetPerfDataCallback& callback) override;
+ void GetPerfOutput(uint32_t duration,
+ const GetPerfOutputCallback& callback) override;
void GetScrubbedLogs(const GetLogsCallback& callback) override;
void GetAllLogs(const GetLogsCallback& callback) override;
void GetUserLogFiles(const GetLogsCallback& callback) override;

Powered by Google App Engine
This is Rietveld 408576698