Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Side by Side Diff: base/test/test_switches.cc

Issue 5756004: Separate BufferedDataSource and BufferedResourceLoader into two files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments + removed media_resource_loader_bridge_factory + added new timeout to test_timeouts Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/test/test_switches.h" 5 #include "base/test/test_switches.h"
6 6
7 // Time (in milliseconds) for which we wait for live operations to complete. 7 // Time (in milliseconds) for which we wait for live operations to complete.
8 const char switches::kLiveOperationTimeout[] = "live-operation-timeout"; 8 const char switches::kLiveOperationTimeout[] = "live-operation-timeout";
9 9
10 // Time (in milliseconds) that the tests should wait before timing out. 10 // Time (in milliseconds) that the tests should wait before timing out.
11 // TODO(phajdan.jr): Clean up the switch names. 11 // TODO(phajdan.jr): Clean up the switch names.
12 const char switches::kTestLargeTimeout[] = "test-large-timeout"; 12 const char switches::kTestLargeTimeout[] = "test-large-timeout";
13 const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout"; 13 const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout";
14 const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout"; 14 const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout";
15 const char switches::kUiTestCommandExecutionTimeout[] = "ui-test-timeout"; 15 const char switches::kUiTestCommandExecutionTimeout[] = "ui-test-timeout";
16 const char switches::kUiTestShortTimeout[] = "ui-test-short-timeout";
Paweł Hajdan Jr. 2010/12/13 18:54:32 nit: Remember to make a change here too.
annacc 2010/12/13 20:14:21 Done.
16 const char switches::kUiTestTerminateTimeout[] = "ui-test-terminate-timeout"; 17 const char switches::kUiTestTerminateTimeout[] = "ui-test-terminate-timeout";
17 const char switches::kUiTestTimeout[] = "test-timeout"; 18 const char switches::kUiTestTimeout[] = "test-timeout";
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698