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

Unified Diff: chrome/renderer/media/cast_rtp_stream.h

Issue 189583004: Cast: Implement log compression and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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/renderer/media/cast_rtp_stream.h
diff --git a/chrome/renderer/media/cast_rtp_stream.h b/chrome/renderer/media/cast_rtp_stream.h
index a974c277f9578f6705c56b2b7b54c015c28f22b4..f727f6efa6da21a41ee1b2c852b67bf46aad70d8 100644
--- a/chrome/renderer/media/cast_rtp_stream.h
+++ b/chrome/renderer/media/cast_rtp_stream.h
@@ -16,6 +16,7 @@
#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
namespace base {
+class BinaryValue;
class DictionaryValue;
}
@@ -127,7 +128,7 @@ class CastRtpStream {
// Get serialized raw events for this stream and invokes |callback|
// with the result.
void GetRawEvents(
- const base::Callback<void(scoped_ptr<std::string>)>& callback);
+ const base::Callback<void(scoped_ptr<base::BinaryValue>)>& callback);
// Get stats in DictionaryValue format and invokves |callback| with
// the result.
« no previous file with comments | « chrome/renderer/extensions/cast_streaming_native_handler.cc ('k') | chrome/renderer/media/cast_rtp_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698