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

Unified Diff: components/timers/rtc_alarm.cc

Issue 706993003: C++ readability review (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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
« components/timers/rtc_alarm.h ('K') | « components/timers/rtc_alarm.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/timers/rtc_alarm.cc
diff --git a/components/timers/rtc_alarm.cc b/components/timers/rtc_alarm.cc
index 9f2750ebfe77a4d8586c0d6807e001de5e14b751..af806ed5681b44cfbb918ac583b5a56f4f2bab39 100644
--- a/components/timers/rtc_alarm.cc
+++ b/components/timers/rtc_alarm.cc
@@ -179,4 +179,5 @@ void RtcAlarm::OnTimerFired(int event_id) {
parent_->OnTimerFired();
gromer 2014/12/05 20:13:41 Isn't there a race condition where parent_ could b
Chirantan Ekbote 2014/12/31 00:58:29 No. WeakPtrs can only be dereferenced and invalid
}
+
} // namespace timers
« components/timers/rtc_alarm.h ('K') | « components/timers/rtc_alarm.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698