| Index: webkit/tools/test_shell/test_shell_switches.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
|
| index 713aaed7453e9c4abfa6ec6634ecabf551f86ca8..3556304c477faca72e88bf7d2a90847247f489e4 100644
|
| --- a/webkit/tools/test_shell/test_shell_switches.cc
|
| +++ b/webkit/tools/test_shell/test_shell_switches.cc
|
| @@ -65,9 +65,6 @@ const char kDebugMemoryInUse[] = "debug-memory-in-use";
|
| // Enable cookies on the file:// scheme. --layout-tests also enables this.
|
| const char kEnableFileCookies[] = "enable-file-cookies";
|
|
|
| -// Enable tracing events (see base/debug/trace_event.h)
|
| -const char kEnableTracing[] = "enable-tracing";
|
| -
|
| // Allow scripts to close windows in all cases.
|
| const char kAllowScriptsToCloseWindows[] = "allow-scripts-to-close-windows";
|
|
|
|
|