| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6497faf71f396b033ce7d48b847eaf8349c362d1..996d184ca733d025172daffea977bde966f71c00 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -547,9 +547,6 @@ const char kIgnoreCertificateErrors[] = "ignore-certificate-errors";
|
| // Ignores GPU blacklist.
|
| const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist";
|
|
|
| -// Makes all APIs reflect the layout viewport.
|
| -const char kInertVisualViewport[] = "inert-visual-viewport";
|
| -
|
| // Run the GPU process as a thread in the browser process.
|
| const char kInProcessGPU[] = "in-process-gpu";
|
|
|
|
|