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

Unified Diff: components/scheduler/common/scheduler_switches.cc

Issue 1478313002: Add a flag disable background timer alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: components/scheduler/common/scheduler_switches.cc
diff --git a/components/scheduler/common/scheduler_switches.cc b/components/scheduler/common/scheduler_switches.cc
index 8ea8fe90d86b468daf388022a0706844d4b9b296..a47ae932bff1aca4c24033fbc09d9211588d3764 100644
--- a/components/scheduler/common/scheduler_switches.cc
+++ b/components/scheduler/common/scheduler_switches.cc
@@ -12,5 +12,9 @@ namespace switches {
// done.
const char kEnableVirtualizedTime[] = "enable-virtualized-time";
+// Disable task throttling of timer tasks from background pages.
+const char kDisableBackgroundTimerThrottling[] =
+ "disable-background-timer-throttling";
+
} // namespace switches
} // namespace scheduler
« no previous file with comments | « components/scheduler/common/scheduler_switches.h ('k') | components/scheduler/renderer/renderer_web_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698