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

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

Issue 1164023002: Slow Reports: Set a minimum time in between reports, and check for OTR sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Buildfixes Created 5 years, 6 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 | « chrome/common/pref_names.cc ('k') | content/browser/tracing/background_tracing_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/background_tracing_manager_impl.h
diff --git a/content/browser/tracing/background_tracing_manager_impl.h b/content/browser/tracing/background_tracing_manager_impl.h
index 0ce73f96e664ce1268ebdedc657fb56ef48c6cce..9970e92b667d5442557effa9798ebf54b91f1581 100644
--- a/content/browser/tracing/background_tracing_manager_impl.h
+++ b/content/browser/tracing/background_tracing_manager_impl.h
@@ -15,6 +15,8 @@
namespace content {
+class TracingDelegate;
+
class BackgroundTracingManagerImpl : public content::BackgroundTracingManager {
public:
static BackgroundTracingManagerImpl* GetInstance();
@@ -83,6 +85,7 @@ class BackgroundTracingManagerImpl : public content::BackgroundTracingManager {
StartedFinalizingCallback callback_;
};
+ scoped_ptr<TracingDelegate> delegate_;
scoped_ptr<content::BackgroundTracingConfig> config_;
scoped_refptr<TraceDataEndpointWrapper> data_endpoint_wrapper_;
std::map<TriggerHandle, std::string> trigger_handles_;
« no previous file with comments | « chrome/common/pref_names.cc ('k') | content/browser/tracing/background_tracing_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698