| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 7c6e187fee4a099856959c97cb75362795571df5..5c8efcdeb4c39968f634d713ff24f04546069cc2 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -185,10 +185,6 @@
|
|
|
| // Disables usage of the namespace sandbox.
|
| const char kDisableNamespaceSandbox[] = "disable-namespace-sandbox";
|
| -
|
| -// Disables native GPU memory buffer support.
|
| -const char kDisableNativeGpuMemoryBuffers[] =
|
| - "disable-native-gpu-memory-buffers";
|
|
|
| // Disables the Web Notification and the Push APIs.
|
| const char kDisableNotifications[] = "disable-notifications";
|
|
|