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

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: Fix test 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
« no previous file with comments | « chrome/browser/resources/feedback/js/feedback.js ('k') | no next file » | 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 fe52a422dc39b24ef3471382e71ff501d177bdb8..1ec44df4fd974260580f4c8873808ea3f1db93f8 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, Snap!") page
+ // 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.
« no previous file with comments | « chrome/browser/resources/feedback/js/feedback.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698