| 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.
|
|
|