Commit df142fd2 authored by dspaid's avatar dspaid Committed by Commit bot

Properly initialize last_notification_severity_.

BUG=622590
TEST=./out/Debug/unit_tests --gtest_filter=LowDiskNotificationTest.*

Review-Url: https://codereview.chromium.org/2115793002
Cr-Commit-Position: refs/heads/master@{#403420}
parent 064a34e7
......@@ -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_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment