Index: chromecast/browser/cast_browser_main_parts.cc |
diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc |
index 48671a46eba17cb2475695a8bfb6c82e38b6336d..994fe918940447e1b7a59f2231abb2caa056e7f9 100644 |
--- a/chromecast/browser/cast_browser_main_parts.cc |
+++ b/chromecast/browser/cast_browser_main_parts.cc |
@@ -215,9 +215,6 @@ DefaultCommandLineSwitch g_default_switches[] = { |
#endif // defined(OS_LINUX) |
// Enable prefixed EME until all Cast partner apps are moved off of it. |
{ switches::kEnablePrefixedEncryptedMedia, "" }, |
- // Needed to fix a bug where the raster thread doesn't get scheduled for a |
- // substantial time (~5 seconds). See https://crbug.com/441895. |
- { switches::kUseNormalPriorityForTileTaskWorkerThreads, "" }, |
// Needed so that our call to GpuDataManager::SetGLStrings doesn't race |
// against GPU process creation (which is otherwise triggered from |
// BrowserThreadsStarted). The GPU process will be created as soon as a |