| Index: chrome/common/env_vars.cc
|
| diff --git a/chrome/common/env_vars.cc b/chrome/common/env_vars.cc
|
| index dc2648cc4b9a24508e6a7a5a1f9a1efd282734c6..f63d3e4fbfd2f9ba23ff7a9d58117e51eb3ea4b9 100644
|
| --- a/chrome/common/env_vars.cc
|
| +++ b/chrome/common/env_vars.cc
|
| @@ -14,6 +14,9 @@ const char kHeadless[] = "CHROME_HEADLESS";
|
| // The name of the log file.
|
| const char kLogFileName[] = "CHROME_LOG_FILE";
|
|
|
| +// The name of the session log directory when logged in to ChromeOS.
|
| +const char kSessionLogDir[] = "CHROMEOS_SESSION_LOG_DIR";
|
| +
|
| // If this environment variable is set, Chrome on Windows will log
|
| // to Event Tracing for Windows.
|
| const char kEtwLogging[] = "CHROME_ETW_LOGGING";
|
|
|