| 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;
|
|
|
| // Screenshot to send with this feedback.
|
| [instanceOf=Blob] object? screenshot;
|
|
|