Chromium Code Reviews| Index: src/log.cc |
| diff --git a/src/log.cc b/src/log.cc |
| index eab26392e340af189db1500a8a77e1c367d2ffdc..7af7223977a86b2703103376b531ad619b076e4e 100644 |
| --- a/src/log.cc |
| +++ b/src/log.cc |
| @@ -1686,6 +1686,11 @@ void Logger::EnsureTickerStopped() { |
| } |
| +void Logger::ResetTickerInterval() { |
| + if (ticker_ != NULL) ticker_->ResetInterval(kSamplingIntervalMs); |
| +} |
| + |
| + |
| FILE* Logger::TearDown() { |
| if (!is_initialized_) return NULL; |
| is_initialized_ = false; |