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

Unified Diff: content/browser/tracing/tracing_controller_impl.h

Issue 2152603002: Tracing: do not pass entire trace content in TraceDataEndpoint::ReceiveTraceFinalContents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 5 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: content/browser/tracing/tracing_controller_impl.h
diff --git a/content/browser/tracing/tracing_controller_impl.h b/content/browser/tracing/tracing_controller_impl.h
index 326ec43a2eb4c6f0a511511f23e37061b41d46e9..7d769e97794361b943f0f9ab099dc473df647f07 100644
--- a/content/browser/tracing/tracing_controller_impl.h
+++ b/content/browser/tracing/tracing_controller_impl.h
@@ -39,8 +39,7 @@ class CONTENT_EXPORT TraceDataEndpoint
public:
virtual void ReceiveTraceChunk(const std::string& chunk) {}
virtual void ReceiveTraceFinalContents(
- std::unique_ptr<const base::DictionaryValue> metadata,
- const std::string& contents) {}
+ std::unique_ptr<const base::DictionaryValue> metadata) {}
protected:
friend class base::RefCountedThreadSafe<TraceDataEndpoint>;

Powered by Google App Engine
This is Rietveld 408576698