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

Unified Diff: chrome/common/important_file_writer.cc

Issue 7812036: Update base/timer.h code to pass through Location from call sites. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/common/important_file_writer.cc
diff --git a/chrome/common/important_file_writer.cc b/chrome/common/important_file_writer.cc
index 73381d1298d794acc266fffbc30a461284cdcbc6..a116d3ae3fbf08ec9a949fbad71bafc75ce71c82 100644
--- a/chrome/common/important_file_writer.cc
+++ b/chrome/common/important_file_writer.cc
@@ -147,7 +147,7 @@ void ImportantFileWriter::ScheduleWrite(DataSerializer* serializer) {
if (!timer_.IsRunning()) {
timer_.Start(commit_interval_, this,
- &ImportantFileWriter::DoScheduledWrite);
+ &ImportantFileWriter::DoScheduledWrite, FROM_HERE);
}
}

Powered by Google App Engine
This is Rietveld 408576698