Chromium Code Reviews| 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. |