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

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

Issue 2956623003: Add SingleDebugDaemonLogSources to feedbackPrivate.readLogSource() (Closed)
Patch Set: Rename enum 'modetest' to 'drmModetest' 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..6ef853b8a0c3a93efb2be1ad264fb4acd9ad187e 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,
+
+ // Info about display connectors and connected displays from DRM subsystem.
+ drmModetest,
+
+ // USB device list and connectivity graph.
+ lsusb
};
// 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