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

Unified Diff: chrome/common/extensions/api/feedback_private.idl

Issue 2956623003: Add SingleDebugDaemonLogSources to feedbackPrivate.readLogSource() (Closed)
Patch Set: Rebased Created 3 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 | « chrome/browser/extensions/api/feedback_private/single_log_source_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/extensions/api/feedback_private/single_log_source_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698