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

Unified Diff: media/cast/logging/logging_impl.h

Issue 134843005: Cast:Updating logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698