diff options
Diffstat (limited to 'base/test/test_switches.h')
-rw-r--r-- | base/test/test_switches.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/test/test_switches.h b/base/test/test_switches.h index 44ebd23..81891cb6 100644 --- a/base/test/test_switches.h +++ b/base/test/test_switches.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -14,7 +14,6 @@ extern const char kTestLargeTimeout[]; extern const char kTestTinyTimeout[]; extern const char kUiTestActionTimeout[]; extern const char kUiTestActionMaxTimeout[]; -extern const char kUiTestCommandExecutionTimeout[]; extern const char kUiTestTerminateTimeout[]; extern const char kUiTestTimeout[]; |