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

Unified Diff: components/tracing/test/fake_scattered_buffer.h

Issue 2240043004: Tracing V2: Fully-functional plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | « components/tracing/core/proto_zero_message.h ('k') | components/tracing/test/fake_scattered_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/test/fake_scattered_buffer.h
diff --git a/components/tracing/test/fake_scattered_buffer.h b/components/tracing/test/fake_scattered_buffer.h
index f5d493788853ba54c870ef22fde4cd74aad0c65d..a6dc5e41b7567e1c1096653bace7d70e6320d435 100644
--- a/components/tracing/test/fake_scattered_buffer.h
+++ b/components/tracing/test/fake_scattered_buffer.h
@@ -28,6 +28,7 @@ class FakeScatteredBuffer : public ScatteredStreamWriter::Delegate {
std::string GetChunkAsString(int chunk_index);
+ void GetBytes(size_t start, size_t length, uint8_t* buf);
std::string GetBytesAsString(size_t start, size_t length);
const std::vector<std::unique_ptr<uint8_t[]>>& chunks() const {
« no previous file with comments | « components/tracing/core/proto_zero_message.h ('k') | components/tracing/test/fake_scattered_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698