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

Unified Diff: chrome/browser/bug_report_util.cc

Issue 3412033: Make feedback failure notification non sticky (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: " Created 10 years, 3 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 | « no previous file | chrome/browser/chromeos/low_battery_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bug_report_util.cc
diff --git a/chrome/browser/bug_report_util.cc b/chrome/browser/bug_report_util.cc
index 04db543f8ca936fbc38e1c82a286481a78d5109c..6571d9527ce71361f0251b5fdf82fd1457937774 100644
--- a/chrome/browser/bug_report_util.cc
+++ b/chrome/browser/bug_report_util.cc
@@ -75,7 +75,7 @@ class FeedbackNotification {
IDR_STATUSBAR_FEEDBACK,
l10n_util::GetStringUTF16(
IDS_BUGREPORT_NOTIFICATION_TITLE)));
- notification_->Show(message, urgent);
+ notification_->Show(message, urgent, false);
}
private:
« no previous file with comments | « no previous file | chrome/browser/chromeos/low_battery_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698