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

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 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
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..765295e43c5267d6c3eb898128dccfc1e753af4f 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_UNTIL_10S_OR_TRIGGER_OR_FULL };
shatch 2015/06/01 15:33:33 Thanks for shortening that.
fmeawad 2015/06/01 18:15:26 Acknowledged.
struct TracingRule {
RuleType type;
std::string trigger_name;

Powered by Google App Engine
This is Rietveld 408576698