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

Unified Diff: content/public/browser/background_tracing_manager.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
Index: content/public/browser/background_tracing_manager.h
diff --git a/content/public/browser/background_tracing_manager.h b/content/public/browser/background_tracing_manager.h
index d5e0900f161194badf775087ec0d3bc225de9f24..87f327980fb305e8d8f3c147604664d37a001c73 100644
--- a/content/public/browser/background_tracing_manager.h
+++ b/content/public/browser/background_tracing_manager.h
@@ -85,6 +85,8 @@ class BackgroundTracingManager {
virtual void InvalidateTriggerHandlesForTesting() = 0;
+ virtual void FireTimerForTesting() = 0;
+
protected:
virtual ~BackgroundTracingManager() {}
};

Powered by Google App Engine
This is Rietveld 408576698