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

Unified Diff: content/public/browser/background_tracing_reactive_config.h

Issue 1148393003: Implement Reactive Configuration in Background Tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase files depending on reactive config Created 5 years, 7 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 | « content/public/browser/background_tracing_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/background_tracing_reactive_config.h
diff --git a/content/public/browser/background_tracing_reactive_config.h b/content/public/browser/background_tracing_reactive_config.h
index d0979577f7b91df8a8ee2da97d1ccee9c8d2c1c0..12f2342cd09de1c20b2b896dcba7b766e9c4a4d5 100644
--- a/content/public/browser/background_tracing_reactive_config.h
+++ b/content/public/browser/background_tracing_reactive_config.h
@@ -20,7 +20,7 @@ struct CONTENT_EXPORT BackgroundTracingReactiveConfig
BackgroundTracingReactiveConfig();
~BackgroundTracingReactiveConfig() override;
- enum RuleType { TRACE_ON_MANUAL_TRIGGER_UNTIL_10S_OR_NEXT_TRIGGER_OR_FULL };
+ enum RuleType { TRACE_FOR_10S_OR_TRIGGER_OR_FULL };
struct TracingRule {
RuleType type;
std::string trigger_name;
« no previous file with comments | « content/public/browser/background_tracing_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698