| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index d89132ddd5542503ddb13104ba0cfe02e3e1da79..44736dd59166be65e3c4e85f209a6c4145407f51 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -543,9 +543,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";
|
|
|
|
|