Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 95984e0ac188cf601bd668d808bd7774c3ca183d..f85e50389c34840eb8071b7b29a2f5dbfefa8140 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -354,8 +354,9 @@ const char kDisableThreadedCompositing[] = "disable-threaded-compositing"; |
// SYN packet. |
const char kEnableTcpFastOpen[] = "enable-tcp-fastopen"; |
-// Enables hardware acceleration of video decode, where available. |
-const char kEnableAcceleratedVideoDecode[] = "enable-accelerated-video-decode"; |
+// Disables hardware acceleration of video decode, where available. |
+const char kDisableAcceleratedVideoDecode[] = |
+ "disable-accelerated-video-decode"; |
// Enables support for video tracks. Current implementation is |
// incomplete and this flag is used for development and testing. |