| Index: chromeos/dbus/debug_daemon_client.h | 
| diff --git a/chromeos/dbus/debug_daemon_client.h b/chromeos/dbus/debug_daemon_client.h | 
| index 073189cd797f25b0facab5fc6252c16a06172d34..e4a7d892fb5c27cbf3781c0706a5f7f20d998a3f 100644 | 
| --- a/chromeos/dbus/debug_daemon_client.h | 
| +++ b/chromeos/dbus/debug_daemon_client.h | 
| @@ -86,6 +86,9 @@ class CHROMEOS_EXPORT DebugDaemonClient { | 
| // Gets list of user log files that must be read by Chrome. | 
| virtual void GetUserLogFiles(const GetLogsCallback& callback) = 0; | 
|  | 
| +  // Same output format as GetAllLogs just that it returns logs for feedback. | 
| +  virtual void GetFeedbackLogs(const GetLogsCallback& callback) = 0; | 
| + | 
| // Requests to start system/kernel tracing. | 
| virtual void StartSystemTracing() = 0; | 
|  | 
|  |