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

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

Issue 2295793002: feedback UI: use native window controls on Mac (Closed)
Patch Set: fix API test 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..6a3dc09f76db2bb0a864ceb055179549ffc9110a 100644
--- a/chrome/common/extensions/api/feedback_private.idl
+++ b/chrome/common/extensions/api/feedback_private.idl
@@ -71,6 +71,8 @@ namespace feedbackPrivate {
// Used internally to store the blob uuid after parameter customization.
DOMString? attachedFileBlobUuid;
DOMString? screenshotBlobUuid;
+
+ boolean useSystemWindowFrame;
afakhry 2016/08/30 16:27:04 Nit: Please add a comment.
};
// Status of the sending of a feedback report.

Powered by Google App Engine
This is Rietveld 408576698