diff options
Diffstat (limited to 'chrome/common/env_vars.h')
-rw-r--r-- | chrome/common/env_vars.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/env_vars.h b/chrome/common/env_vars.h index ed83d1e..1c5bc5d 100644 --- a/chrome/common/env_vars.h +++ b/chrome/common/env_vars.h @@ -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. @@ -17,6 +17,7 @@ extern const char kRestartInfo[]; extern const char kRtlLocale[]; extern const char kLtrLocale[]; extern const char kNoOOBreakpad[]; +extern const char kStartupTestsNumCycles[]; } // namespace env_vars |