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

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

Issue 1652083002: Prepare for per-webview virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 11 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: components/scheduler/common/scheduler_switches.cc
diff --git a/components/scheduler/common/scheduler_switches.cc b/components/scheduler/common/scheduler_switches.cc
index a47ae932bff1aca4c24033fbc09d9211588d3764..8498ee70629916d985ad22741d2560aed805e35d 100644
--- a/components/scheduler/common/scheduler_switches.cc
+++ b/components/scheduler/common/scheduler_switches.cc
@@ -7,11 +7,6 @@
namespace scheduler {
namespace switches {
-// Enable Virtualized time where the render thread's time source skips forward
-// to the next scheduled delayed time if there is no more non-delayed work to be
-// done.
-const char kEnableVirtualizedTime[] = "enable-virtualized-time";
-
// Disable task throttling of timer tasks from background pages.
const char kDisableBackgroundTimerThrottling[] =
"disable-background-timer-throttling";
« no previous file with comments | « components/scheduler/common/scheduler_switches.h ('k') | components/scheduler/renderer/auto_advancing_virtual_time_domain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698