Chromium Code Reviews| Index: chrome/common/extensions/api/feedback_private.idl |
| diff --git a/chrome/common/extensions/api/feedback_private.idl b/chrome/common/extensions/api/feedback_private.idl |
| index 017b14b3d5b2653cf922957996c6491d4c25b970..bec6035f5425b9cd62aa548a0044bb0cabc9f70e 100644 |
| --- a/chrome/common/extensions/api/feedback_private.idl |
| +++ b/chrome/common/extensions/api/feedback_private.idl |
| @@ -101,7 +101,13 @@ namespace feedbackPrivate { |
| messages, |
| // Latest Chrome OS UI logs. |
| - uiLatest |
| + uiLatest, |
| + |
| + // USB device list and connectivity graph. |
| + lsusb, |
| + |
| + // Info about display connectors and connected displays. |
| + modetest |
|
tbarzic
2017/07/10 21:51:18
this name seems very generic. Maybe something like
Simon Que
2017/07/11 17:07:43
Done.
|
| }; |
| // Input parameters for a readLogSource() call. |