blob: f4db40454712125e5a3cbc6f5c49751c16357aef [file] [log] [blame]
// 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.
// Per-platform global values
//
#ifndef CHAPS_PLATFORM_GLOBALS_H_
#define CHAPS_PLATFORM_GLOBALS_H_
namespace chaps {
extern const char kChapsdProcessUser[];
extern const char kChapsdProcessGroup[];
extern const char kServiceRedirectProcessUser[];
extern const char kServiceRedirectProcessGroup[];
} // namespace chaps
#endif // CHAPS_PLATFORM_GLOBALS_H_