aboutsummaryrefslogtreecommitdiff
path: root/switches/chrome_switches.h
blob: 40e7a805d48e04d77c70482841141de92fb3b703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SWITCHES_CHROME_SWITCHES_H_
#define SWITCHES_CHROME_SWITCHES_H_

// This file defines switches that are used both by Chrome and login_manager.

namespace chromeos {
namespace switches {

// Sentinel switches for policy injected flags.
const char kPolicySwitchesBegin[] = "policy-switches-begin";
const char kPolicySwitchesEnd[] = "policy-switches-end";

}  // namespace switches
}  // namespace chromeos

#endif  // SWITCHES_CHROME_SWITCHES_H_