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

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

Issue 236123003: Cast: Provide more meaningful stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 6 years, 8 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
« no previous file with comments | « media/cast/logging/stats_event_subscriber_unittest.cc ('k') | media/cast/logging/stats_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/logging/stats_util.h
diff --git a/media/cast/logging/stats_util.h b/media/cast/logging/stats_util.h
deleted file mode 100644
index bbac273c3267e54c932717a7a4fe1289c58259e4..0000000000000000000000000000000000000000
--- a/media/cast/logging/stats_util.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MEDIA_CAST_LOGGING_STATS_UTIL_H_
-#define MEDIA_CAST_LOGGING_STATS_UTIL_H_
-
-#include "base/memory/scoped_ptr.h"
-#include "media/cast/logging/logging_defines.h"
-
-namespace base {
-class DictionaryValue;
-}
-
-namespace media {
-namespace cast {
-
-// Converts stats provided in |frame_stats_map| and |packet_stats_map| to
-// base::DictionaryValue format. See .cc file for the exact structure.
-scoped_ptr<base::DictionaryValue> ConvertStats(
- const FrameStatsMap& frame_stats_map,
- const PacketStatsMap& packet_stats_map);
-
-} // namespace cast
-} // namespace media
-
-#endif // MEDIA_CAST_LOGGING_STATS_UTIL_H_
« no previous file with comments | « media/cast/logging/stats_event_subscriber_unittest.cc ('k') | media/cast/logging/stats_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698