[go: nahoru, domu]

blob: 55726560d524c883a75b6c64bd9380fdc6d2bf40 [file] [log] [blame]
// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Defines all the environment variables used by Chrome.
#ifndef CHROME_COMMON_ENV_VARS_H__
#define CHROME_COMMON_ENV_VARS_H__
namespace env_vars {
extern const char kHeadless[];
extern const char kLogFileName[];
extern const char kMetroConnected[];
extern const char kSessionLogDir[];
extern const char kShowRestart[];
extern const char kRestartInfo[];
extern const char kRtlLocale[];
extern const char kLtrLocale[];
} // namespace env_vars
#endif // CHROME_COMMON_ENV_VARS_H__