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

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

Issue 2295793002: feedback UI: use native window controls on Mac (Closed)
Patch Set: comment useSystemWindowFrame Created 4 years, 4 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
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 c16a6124485e7eb9fa241c19049f97eef3fe5066..e434fb01ece9dc93694d3fd52112938e5c41cd9c 100644
--- a/chrome/common/extensions/api/feedback_private.idl
+++ b/chrome/common/extensions/api/feedback_private.idl
@@ -71,6 +71,9 @@ namespace feedbackPrivate {
// Used internally to store the blob uuid after parameter customization.
DOMString? attachedFileBlobUuid;
DOMString? screenshotBlobUuid;
+
+ // Whether to use the system-provided window frame or custom frame controls.
+ boolean useSystemWindowFrame;
};
// Status of the sending of a feedback report.

Powered by Google App Engine
This is Rietveld 408576698