Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5182)

Unified Diff: chrome/common/extensions/api/feedback_private.idl

Issue 2189353003: Sent feedback reports must respect the product ID if any was provided (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rahul's nit and adding myself to OWNERS Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698