| 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
|
|
|