| Index: media/cast/logging/logging_impl.h
|
| diff --git a/media/cast/logging/logging_impl.h b/media/cast/logging/logging_impl.h
|
| index d065655457fdfd92ab8aea1bcf182c60d8765980..cba4311bc53a5442f3471a20891ae15903d26288 100644
|
| --- a/media/cast/logging/logging_impl.h
|
| +++ b/media/cast/logging/logging_impl.h
|
| @@ -70,9 +70,13 @@ class LoggingImpl : public base::NonThreadSafe {
|
| const PacketStatsMap* GetPacketStatsData(const base::TimeTicks& now);
|
| const GenericStatsMap* GetGenericStatsData();
|
|
|
| - void Reset();
|
| + // Reset raw logging data.
|
| + void ResetRaw();
|
| + // Reset stats logging data.
|
| + void ResetStats();
|
|
|
| private:
|
| + void InsertGenericUmaEvent(CastLoggingEvent event, int value);
|
| scoped_refptr<base::TaskRunner> main_thread_proxy_;
|
| const CastLoggingConfig config_;
|
| LoggingRaw raw_;
|
|
|