| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index d460df7d418a2cddf8e1dfb0939bbbf5a98edce2..69d0941ea98aa3d3b59d69990e50d468da97f344 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -130,9 +130,6 @@
|
|
|
| // Prevent the compositor from using its GPU implementation.
|
| const char kDisableGpuCompositing[] = "disable-gpu-compositing";
|
| -
|
| -// Disable proactive early init of GPU process.
|
| -const char kDisableGpuEarlyInit[] = "disable-gpu-early-init";
|
|
|
| // Disable the limit on the number of times the GPU process may be restarted
|
| // This switch is intended only for tests.
|
|
|