Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 476a494eb8c6f63d4599352880b48019a0d3ba07..16256d7c1d8e3e66eedd29c76bdfc286084f0cd4 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -791,11 +791,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"; |