Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 32172cb114aac709b1069491ff3c31bd3b087854..9fdba68d86207e241939c56931d72170a8099494 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -99,9 +99,6 @@ const char kDisableAcceleratedOverflowScroll[] = |
const char kDisableLayerSquashing[] = |
"disable-layer-squashing"; |
-// Disables GPU accelerated video display. |
-const char kDisableAcceleratedVideo[] = "disable-accelerated-video"; |
- |
// Disables hardware acceleration of video decode, where available. |
const char kDisableAcceleratedVideoDecode[] = |
"disable-accelerated-video-decode"; |