Chromium Code Reviews| Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java |
| diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java |
| index a356d089e7e81271d1fdbaada1ab4b644407518c..fd93858bf4b859ce01e48131f658c0f3d6db15b6 100644 |
| --- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java |
| +++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java |
| @@ -78,6 +78,9 @@ public abstract class ContentSwitches { |
| public static final String USE_FAKE_DEVICE_FOR_MEDIA_STREAM = |
| "use-fake-device-for-media-stream"; |
| + // List of file descriptors shared by the parent process. |
| + public static final String SHARED_FILES = "shared-files"; |
|
boliu
2017/02/13 19:40:24
this is no longer needed
Jay Civelli
2017/02/13 23:51:58
Removed.
|
| + |
| // Prevent instantiation. |
| private ContentSwitches() {} |