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

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: Devlin's comments 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
« no previous file with comments | « chrome/browser/resources/feedback/js/feedback.js ('k') | components/feedback/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/resources/feedback/js/feedback.js ('k') | components/feedback/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698