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

Unified Diff: chrome/browser/ui/sad_tab.cc

Issue 2934303002: Provide a better way of injecting extra diagnostics in feedbacks (Closed)
Patch Set: Created 3 years, 6 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/browser/ui/sad_tab.cc
diff --git a/chrome/browser/ui/sad_tab.cc b/chrome/browser/ui/sad_tab.cc
index 8fb280c6e4cac165e24172abdc25f95c9b16b76d..590cedd69843daae41b002cdc2bfaaffcf17804e 100644
--- a/chrome/browser/ui/sad_tab.cc
+++ b/chrome/browser/ui/sad_tab.cc
@@ -231,7 +231,8 @@ void SadTab::PerformAction(SadTab::Action action) {
l10n_util::GetStringUTF8(kind_ == SAD_TAB_KIND_CRASHED
? IDS_CRASHED_TAB_FEEDBACK_MESSAGE
: IDS_KILLED_TAB_FEEDBACK_MESSAGE),
- std::string(kCategoryTagCrash));
+ std::string(kCategoryTagCrash),
+ std::string() /* extra_diagnostics */);
} else {
web_contents_->GetController().Reload(content::ReloadType::NORMAL,
true);

Powered by Google App Engine
This is Rietveld 408576698