Chromium Code Reviews| Index: base/test/test_switches.cc |
| =================================================================== |
| --- base/test/test_switches.cc (revision 79305) |
| +++ base/test/test_switches.cc (working copy) |
| @@ -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. |
| @@ -13,6 +13,5 @@ |
| const char switches::kTestTinyTimeout[] = "test-tiny-timeout"; |
| const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout"; |
| const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout"; |
| -const char switches::kUiTestCommandExecutionTimeout[] = "ui-test-timeout"; |
|
Paweł Hajdan Jr.
2011/03/29 18:57:54
Please also remove kUiTestCommandExecutionTimeout
Huyen
2011/03/31 02:42:55
Done.
|
| const char switches::kUiTestTerminateTimeout[] = "ui-test-terminate-timeout"; |
| const char switches::kUiTestTimeout[] = "test-timeout"; |