Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index d383ef472d481e0a40571e36cd77d0159849a202..e7d1ab07b330121d3dd45a20537a14802810e503 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -195,6 +195,10 @@ const char kDisableMediaSource[] = "disable-media-source"; |
| // 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"; |
|
Avi (use Gerrit)
2015/06/10 23:08:39
Can we soon get rid of both? :)
|
| + |
| // Disables the Web Notification and the Push APIs. |
| const char kDisableNotifications[] = "disable-notifications"; |