Extract SIGPIPE ignoring code to a common place.
[chromium-blink-merge.git] / chrome / common / env_vars.h
blob0b3ba6f16573ca69c5fb601bcc85b6e91d8d6d3b
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Defines all the environment variables used by Chrome.
7 #ifndef CHROME_COMMON_ENV_VARS_H__
8 #define CHROME_COMMON_ENV_VARS_H__
10 namespace env_vars {
12 extern const char kHeadless[];
13 extern const char kLogFileName[];
14 extern const char kSessionLogDir[];
15 extern const char kShowRestart[];
16 extern const char kRestartInfo[];
17 extern const char kRtlLocale[];
18 extern const char kLtrLocale[];
19 extern const char kStartupTestsNumCycles[];
21 } // namespace env_vars
23 #endif // CHROME_COMMON_ENV_VARS_H__