1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

mojo / core / test / test_switches.cc [blame]

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "mojo/core/test/test_switches.h"

namespace test_switches {

// Forces the process's global Mojo node to be configured as a broker. Only
// honored for test runners using MojoTestSuiteBase.
const char kMojoIsBroker[] = "mojo-is-broker";

// Disables Mojo initialization completely in the process. Only applies to
// test child processes. See base::MultiprocessTest.
const char kNoMojo[] = "no-mojo";

}  // namespace test_switches