Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2168)

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fixed analysis. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 fc5cc565e9b1d7665ebf0777d8b81675e30265c6..041fc3ed7bdd80a5f020ab8d1dfeba66dad99b08 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
@@ -74,6 +74,9 @@ public abstract class ContentSwitches {
// Enable content intent detection in the renderer
public static final String ENABLE_CONTENT_INTENT_DETECTION = "enable-content-intent-detection";
+ // List of file descriptors shared by the parent process.
+ public static final String SHARED_FILES = "shared-files";
+
// Prevent instantiation.
private ContentSwitches() {}

Powered by Google App Engine
This is Rietveld 408576698