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 2d6e4b3b1c9546baa7735fa8186b0ce96ce9d1cb..c16a6124485e7eb9fa241c19049f97eef3fe5066 100644 |
| --- a/chrome/common/extensions/api/feedback_private.idl |
| +++ b/chrome/common/extensions/api/feedback_private.idl |
| @@ -48,7 +48,7 @@ namespace feedbackPrivate { |
| // Optional product ID to override the Chrome [OS] product id that is |
| // usually passed to the feedback server. |
| - DOMString? productId; |
| + long? productId; |
|
rkc
2016/07/30 23:46:39
Many, if not all, callers of the feedback UI set t
afakhry
2016/08/02 00:49:36
Thanks! As agreed, I added code to validate the ty
|
| // Screenshot to send with this feedback. |
| [instanceOf=Blob] object? screenshot; |