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 93f799c3c5702009177bae1d86393a3e45344e2e..ba48e72a4ca70092cac3016c2ff30e88e41859a8 100644 |
| --- a/chrome/common/extensions/api/feedback_private.idl |
| +++ b/chrome/common/extensions/api/feedback_private.idl |
| @@ -47,6 +47,9 @@ namespace feedbackPrivate { |
| // feedback report. |
| SystemInformation[]? systemInformation; |
| + // True if we have permission to add histograms to this feedback report. |
| + boolean sendHistograms; |
|
rkc
2013/11/01 19:57:39
I would rather not modify the .idl for this. We ca
michaelpg
2013/11/01 22:14:50
As we discussed we'll keep this in the .idl for no
|
| + |
| // TODO(rkc): Remove these once we have bindings to send blobs to Chrome. |
| // Used internally to store the blob uuid after parameter customization. |
| DOMString? attachedFileBlobUuid; |