Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 6e1d65a0318246364cdb14347f684f0c84e47d8d..e69564995209905b338938507495011ae32a05bf 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -125,10 +125,6 @@ |
// Disable proactive early init of GPU process. |
const char kDisableGpuEarlyInit[] = "disable-gpu-early-init"; |
- |
-// Disable GpuMemoryBuffer backed VideoFrames. |
-const char kDisableGpuMemoryBufferVideoFrames[] = |
- "disable-gpu-memory-buffer-video-frames"; |
// Disable the limit on the number of times the GPU process may be restarted |
// This switch is intended only for tests. |