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

Unified Diff: chromeos/dbus/fake_debug_daemon_client.h

Issue 329853010: Additional methods for chrome.logPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « chromeos/dbus/debug_daemon_client.cc ('k') | chromeos/dbus/fake_debug_daemon_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a02468d296831ed260524ae7af875cc11bfd1f21..74d933f720fb9df260a54c7ce1e7e95b249b5696 100644
--- a/chromeos/dbus/fake_debug_daemon_client.h
+++ b/chromeos/dbus/fake_debug_daemon_client.h
@@ -13,14 +13,15 @@ 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,
+ const GetDebugLogsCallback& callback) OVERRIDE;
virtual void SetDebugMode(const std::string& subsystem,
const SetDebugModeCallback& callback) OVERRIDE;
virtual void StartSystemTracing() OVERRIDE;
« no previous file with comments | « chromeos/dbus/debug_daemon_client.cc ('k') | chromeos/dbus/fake_debug_daemon_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698