diff options
Diffstat (limited to 'chrome/common/env_vars.cc')
-rw-r--r-- | chrome/common/env_vars.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/env_vars.cc b/chrome/common/env_vars.cc index 9a0457f..dc2648c 100644 --- a/chrome/common/env_vars.cc +++ b/chrome/common/env_vars.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -34,4 +34,7 @@ const char kLtrLocale[] = "LEFT_TO_RIGHT"; // according to the process. const char kNoOOBreakpad[] = "NO_OO_BREAKPAD"; +// Number of times to run a given startup_tests unit test. +const char kStartupTestsNumCycles[] = "STARTUP_TESTS_NUMCYCLES"; + } // namespace env_vars |