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; |
|
Devlin
2016/08/03 22:11:50
Just FYI, we do actually support choices in APIs (
rkc
2016/08/03 22:21:03
Ahmed and I had discussed leaving this as a string
afakhry
2016/08/03 22:22:40
Thanks! Is there any documentation for the support
Devlin
2016/08/03 22:24:02
Sadly, no. At some point, I should write some up,
|
| // Screenshot to send with this feedback. |
| [instanceOf=Blob] object? screenshot; |