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

Unified Diff: webkit/tools/test_shell/test_shell_switches.cc

Issue 14841004: Remove remaining references to test_shell_tests now that the bots have been updated. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/test_shell/test_shell_switches.h ('k') | webkit/tools/test_shell/test_shell_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_switches.cc
===================================================================
--- webkit/tools/test_shell/test_shell_switches.cc (revision 197949)
+++ webkit/tools/test_shell/test_shell_switches.cc (working copy)
@@ -24,20 +24,12 @@
// enabled. This is the default unless --layout-tests is specified.
const char kUxTheme[] = "ux-theme";
-// Optional command line switch that specifies timeout time for page load when
-// running file tests in layout test mode, in ms.
-const char kTestShellTimeOut[] = "time-out-ms";
-
const char kStartupDialog[] = "testshell-startup-dialog";
// Enable the Windows dialogs for GP faults in the test shell. This allows makes
// it possible to attach a crashed test shell to a debugger.
const char kGPFaultErrorBox[] = "gp-fault-error-box";
-// Make the test shell load the test URL multiple times. The output dump will
-// only be made from the default last run.
-const char kMultipleLoads[] = "multiple-loads";
-
// JavaScript flags passed to engine. If multiple loads has been specified this
// can be a list separated by commas. Each set of flags are passed to the engine
// in the corresponding load.
« no previous file with comments | « webkit/tools/test_shell/test_shell_switches.h ('k') | webkit/tools/test_shell/test_shell_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698