chromium/chrome/browser/ash/borealis/borealis_switches.h

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

#ifndef CHROME_BROWSER_ASH_BOREALIS_BOREALIS_SWITCHES_H_
#define CHROME_BROWSER_ASH_BOREALIS_BOREALIS_SWITCHES_H_

namespace borealis {
namespace switches {

// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
extern const char kLaunchOptions[];

}  // namespace switches
}  // namespace borealis

#endif  // CHROME_BROWSER_ASH_BOREALIS_BOREALIS_SWITCHES_H_