| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 0c1336c63d9272f9726b6aed1b2990d50b8915bb..2f561fb6f576b05f4d844e699015e4567f017d5c 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -27,9 +27,6 @@ const char kAllowNoSandboxJob[] = "allow-no-sandbox-job";
|
| // Allows debugging of sandboxed processes (see zygote_main_linux.cc).
|
| const char kAllowSandboxDebugging[] = "allow-sandbox-debugging";
|
|
|
| -// Allow compositing on chrome:// pages.
|
| -const char kAllowWebUICompositing[] = "allow-webui-compositing";
|
| -
|
| // The same as kAuditHandles except all handles are enumerated.
|
| const char kAuditAllHandles[] = "enable-handle-auditing-all";
|
|
|
|
|