blob: f22761383899fda37bb6f72c19a5f32b861383f2 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "mojo/runner/host/switches.h"
namespace switches {
// Used internally by the main process to indicate that a new process should be
// a child process. Takes the absolute path to the mojo application to load as
// an argument. Not for user use.
const char kChildProcess[] = "child-process";
// Enables the sandbox on this process.
const char kEnableSandbox[] = "enable-sandbox";
} // namespace switches