X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchromeos%2Fdbus%2Ffake_debug_daemon_client.h;h=b4054106f9524d88650f42beb9ad57204e96d00b;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=a02468d296831ed260524ae7af875cc11bfd1f21;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chromeos/dbus/fake_debug_daemon_client.h b/src/chromeos/dbus/fake_debug_daemon_client.h index a02468d..b405410 100644 --- a/src/chromeos/dbus/fake_debug_daemon_client.h +++ b/src/chromeos/dbus/fake_debug_daemon_client.h @@ -13,18 +13,21 @@ namespace chromeos { // The DebugDaemonClient implementation used on Linux desktop, // which does nothing. -class FakeDebugDaemonClient : public DebugDaemonClient { +class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient { public: FakeDebugDaemonClient(); virtual ~FakeDebugDaemonClient(); virtual void Init(dbus::Bus* bus) OVERRIDE; - virtual void GetDebugLogs(base::File file, - const GetDebugLogsCallback& callback) OVERRIDE; + virtual void DumpDebugLogs(bool is_compressed, + base::File file, + scoped_refptr task_runner, + const GetDebugLogsCallback& callback) OVERRIDE; virtual void SetDebugMode(const std::string& subsystem, const SetDebugModeCallback& callback) OVERRIDE; virtual void StartSystemTracing() OVERRIDE; virtual bool RequestStopSystemTracing( + scoped_refptr task_runner, const StopSystemTracingCallback& callback) OVERRIDE; virtual void GetRoutes(bool numeric, bool ipv6,