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 6f75e59fd5bdfa979b611e619c705b0813b1a287..01d67d4ec73b3b1fd16232d4f5169b80414cffc5 100644 |
--- a/chromeos/dbus/fake_debug_daemon_client.h |
+++ b/chromeos/dbus/fake_debug_daemon_client.h |
@@ -27,10 +27,15 @@ class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient { |
const GetDebugLogsCallback& callback) override; |
void SetDebugMode(const std::string& subsystem, |
const SetDebugModeCallback& callback) override; |
- void StartSystemTracing() override; |
- bool RequestStopSystemTracing( |
- scoped_refptr<base::TaskRunner> task_runner, |
- const StopSystemTracingCallback& callback) override; |
+ std::string GetTracingAgentName() override; |
+ bool StartAgentTracing( |
+ const base::trace_event::TraceConfig& trace_config) override; |
+ void StopAgentTracing(const StopAgentTracingCallback& callback) override; |
+ bool SupportsExplicitClockSync() override; |
+ void RecordClockSyncMarker(scoped_ptr<base::DictionaryValue> marker) override; |
+ void IssueClockSyncMarker() override; |
+ void SetStopAgentTracingTaskRunner( |
+ scoped_refptr<base::TaskRunner> task_runner) override; |
void GetRoutes(bool numeric, |
bool ipv6, |
const GetRoutesCallback& callback) override; |