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

Unified Diff: chrome/browser/chromeos/ui/low_disk_notification.h

Issue 2115793002: Properly initialize last_notification_severity_. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/ui/low_disk_notification.h
diff --git a/chrome/browser/chromeos/ui/low_disk_notification.h b/chrome/browser/chromeos/ui/low_disk_notification.h
index 929e2e2915f2fbb4c596b9fe797c44196991c03c..b47a6030878ee2156900aceb1e1074a733b74329 100644
--- a/chrome/browser/chromeos/ui/low_disk_notification.h
+++ b/chrome/browser/chromeos/ui/low_disk_notification.h
@@ -61,7 +61,7 @@ class LowDiskNotification {
void SetNotificationIntervalForTest(base::TimeDelta interval);
base::Time last_notification_time_;
- Severity last_notification_severity_;
+ Severity last_notification_severity_ = NONE;
message_center::MessageCenter* message_center_;
base::TimeDelta notification_interval_;
base::ThreadChecker thread_checker_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698