Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 16e5018c36b8067f374639556d79675abd7060a1..4c4040017a687c044da98f85f93b4cc642934188 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -195,9 +195,6 @@ const char kDisableNativeGpuMemoryBuffers[] = |
// Disables the Web Notification and the Push APIs. |
const char kDisableNotifications[] = "disable-notifications"; |
-// Disable rasterizer that writes directly to GPU memory. |
-const char kDisableOneCopy[] = "disable-one-copy"; |
- |
// Disable Pepper3D. |
const char kDisablePepper3d[] = "disable-pepper-3d"; |