Index: webkit/tools/test_shell/test_shell_switches.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_switches.cc (revision 2301) |
+++ webkit/tools/test_shell/test_shell_switches.cc (working copy) |
@@ -54,5 +54,8 @@ |
// Enable tracing events (see base/trace_event.h) |
const wchar_t kEnableTracing[] = L"enable-tracing"; |
+// Allow scripts to close windows in all cases. |
+const wchar_t kAllowScriptsToCloseWindows[] = L"allow-scripts-to-close-windows"; |
+ |
} // namespace test_shell |