From 492dc31b433656444c9c74213a133c19c8ebfa21 Mon Sep 17 00:00:00 2001 From: dbeam Date: Mon, 11 May 2015 00:53:47 -0700 Subject: Add granular file tracing. R=thestig@chromium.org,nduca@chromium.org BUG=480665 Review URL: https://codereview.chromium.org/1072133006 Cr-Commit-Position: refs/heads/master@{#329114} --- content/browser/tracing/tracing_controller_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to '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 4b732ec..fb54da6 100644 --- a/content/browser/tracing/tracing_controller_impl.h +++ b/content/browser/tracing/tracing_controller_impl.h @@ -199,6 +199,7 @@ class TracingControllerImpl std::set tracing_uis_; scoped_refptr trace_data_sink_; scoped_refptr monitoring_data_sink_; + DISALLOW_COPY_AND_ASSIGN(TracingControllerImpl); }; -- cgit v1.1