| Index: content/common/content_switches.cc
|
| ===================================================================
|
| --- content/common/content_switches.cc (revision 84287)
|
| +++ content/common/content_switches.cc (working copy)
|
| @@ -70,11 +70,6 @@
|
| // messages.
|
| const char kDisableGpuWatchdog[] = "disable-gpu-watchdog";
|
|
|
| -// Temporary flag to disable hole punching for accelerated surfaces. This is
|
| -// here to aid debugging eventual problems, it can be removed once hole punching
|
| -// has been out there for a few dev channel releases without problems.
|
| -const char kDisableHolePunching[] = "disable-hole-punching";
|
| -
|
| // Disable the Indexed Database API.
|
| const char kDisableIndexedDatabase[] = "disable-indexed-database";
|
|
|
|
|