| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 313f2fae584c13f37ed5ed5010bfed47debc5832..cd4b60d95395bf12abd58b1b7b30686b0b4bc2ce 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -785,11 +785,6 @@ const char kSandboxIPCProcess[] = "sandbox-ipc";
|
| // Defaults to disabled.
|
| const char kScrollEndEffect[] = "scroll-end-effect";
|
|
|
| -// Describes the file descriptors passed to the child process. List:
|
| -// <file id from manifest>:<global descriptor id>,<file id string from manifest>
|
| -// :<global descriptor id>,...
|
| -const char kSharedFiles[] = "shared-files";
|
| -
|
| // Visibly render a border around paint rects in the web page to help debug
|
| // and study painting behavior.
|
| const char kShowPaintRects[] = "show-paint-rects";
|
|
|