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

Unified Diff: chrome/renderer/render_thread.h

Issue 6551019: Trace_event upgrades (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More gooder js thanks to arv. Created 9 years, 10 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/render_thread.h
diff --git a/chrome/renderer/render_thread.h b/chrome/renderer/render_thread.h
index 75ff7bba65e4c8705df663ab3f207a07357406f0..04aa8c6ca6cbb3db59d858c3c13d1cae8f7a5d95 100644
--- a/chrome/renderer/render_thread.h
+++ b/chrome/renderer/render_thread.h
@@ -318,6 +318,8 @@ class RenderThread : public RenderThreadBase,
void OnGpuChannelEstablished(const IPC::ChannelHandle& channel_handle,
const GPUInfo& gpu_info);
+ void OnSetTraceEnabled(bool enable);
+ void OnTraceDataCollected(const std::string& json_events);
void OnSetPhishingModel(IPC::PlatformFileForTransit model_file);

Powered by Google App Engine
This is Rietveld 408576698