summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell_switches.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_switches.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
index 26b53e0..214dd96 100644
--- a/webkit/tools/test_shell/test_shell_switches.cc
+++ b/webkit/tools/test_shell/test_shell_switches.cc
@@ -18,7 +18,7 @@ const wchar_t kCrashDumps[] = L"crash-dumps"; // Enable crash dumps
const wchar_t kNoTree[] = L"notree"; // Don't dump the render tree.
const wchar_t kDumpPixels[] = L"pixel-tests"; // Enable pixel tests.
// Optional command line switch that specifies timeout time for page load when
-// running non-interactive file tests, in ms.
+// running file tests in layout test mode, in ms.
const wchar_t kTestShellTimeOut[] = L"time-out-ms";
const wchar_t kStartupDialog[] = L"testshell-startup-dialog";