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

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

Issue 2900643004: More descriptive feedback description in feedbacks filed from the SadTab page (Closed)
Patch Set: Created 3 years, 7 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 fe52a422dc39b24ef3471382e71ff501d177bdb8..6b15bffcc1709d77214ed694fa16e1cd6819fba3 100644
--- a/chrome/common/extensions/api/feedback_private.idl
+++ b/chrome/common/extensions/api/feedback_private.idl
@@ -27,7 +27,11 @@ namespace feedbackPrivate {
// Flow where a prompt to download the Chrome Cleanup Tool is displayed
// prior to showing the feedback form.
- showSrtPrompt
+ showSrtPrompt,
+
+ // Flow when the feedback is requested from the sad tab ("Aw, Sanp!") page
lazyboy 2017/05/23 18:24:09 s/Sanp/Snap
afakhry 2017/05/24 17:40:20 Done.
+ // when the renderer crashes.
+ sadTabCrash
};
dictionary FeedbackInfo {
@@ -111,7 +115,7 @@ namespace feedbackPrivate {
// Gets localized translated strings for feedback. It returns the
// strings as a dictionary mapping from string identifier to the
// translated string to use in the feedback app UI.
- static void getStrings(GetStringsCallback callback);
+ static void getStrings(FeedbackFlow flow, GetStringsCallback callback);
// Logs whether the user accepted a prompt to try the Software Removal
// Tool.

Powered by Google App Engine
This is Rietveld 408576698