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

Unified Diff: chromeos/dbus/debug_daemon_client.h

Issue 11026008: Adding GetFeedbackLogs call to DebugDaemon Dbus client. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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 | « no previous file | chromeos/dbus/debug_daemon_client.cc » ('j') | chromeos/dbus/debug_daemon_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/debug_daemon_client.h
diff --git a/chromeos/dbus/debug_daemon_client.h b/chromeos/dbus/debug_daemon_client.h
index 81593544430e27183ebc9dc240e4b97f44be9272..e168c6619622f441193513f7ec4cf174e58d2a77 100644
--- a/chromeos/dbus/debug_daemon_client.h
+++ b/chromeos/dbus/debug_daemon_client.h
@@ -81,6 +81,9 @@ class CHROMEOS_EXPORT DebugDaemonClient {
GetAllLogsCallback;
virtual void GetAllLogs(const GetAllLogsCallback& callback) = 0;
+ // Same output format as GetAllLogs just that it returns logs for feedback.
+ virtual void GetFeedbackLogs(const GetAllLogsCallback& callback) = 0;
+
// Requests to start system/kernel tracing.
virtual void StartSystemTracing() = 0;
« no previous file with comments | « no previous file | chromeos/dbus/debug_daemon_client.cc » ('j') | chromeos/dbus/debug_daemon_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698