Chromium Code Reviews| 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. |