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

Unified Diff: content/public/common/content_switches.cc

Issue 164373012: Remove options to disable deadline scheduling (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 6 years, 10 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 4f25413fefe7fa6538092d214dc2f842bf2fcbcc..2ee7c4e312b5f10b27b1473dc64aa980a08b2fa7 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -145,9 +145,6 @@ const char kDisableCompositingForTransition[] =
// Disables HTML5 DB support.
const char kDisableDatabases[] = "disable-databases";
-// Disables the deadline scheduler.
-const char kDisableDeadlineScheduling[] = "disable-deadline-scheduling";
-
// Disables delegated renderer.
const char kDisableDelegatedRenderer[] = "disable-delegated-renderer";
@@ -420,9 +417,6 @@ const char kEnableCompositingForTransition[] =
// Defer image decoding in WebKit until painting.
const char kEnableDeferredImageDecoding[] = "enable-deferred-image-decoding";
-// Enables the deadline scheduler.
-const char kEnableDeadlineScheduling[] = "enable-deadline-scheduling";
-
// Enables delegated renderer.
const char kEnableDelegatedRenderer[] = "enable-delegated-renderer";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698