Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index 45f7a56ee6fc2d9db81d14691ce98b809e3672b6..9c0d2a9dbee8053b5b4058e76eb5066ca7858ab0 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -236,6 +236,8 @@ extern const char kUtilityProcessAllowedDir[]; |
CONTENT_EXPORT extern const char kUtilityProcessEnableMDns[]; |
CONTENT_EXPORT extern const char kUtilityProcessRunningElevated[]; |
CONTENT_EXPORT extern const char kV8CacheOptions[]; |
+CONTENT_EXPORT extern const char kV8NativesPassedByFD[]; |
+CONTENT_EXPORT extern const char kV8SnapshotPassedByFD[]; |
CONTENT_EXPORT extern const char kValidateInputEventStream[]; |
CONTENT_EXPORT extern const char kWaitForDebuggerChildren[]; |
CONTENT_EXPORT extern const char kZygoteCmdPrefix[]; |