Chromium Code Reviews| Index: webkit/tools/test_shell/test_shell_switches.cc |
| =================================================================== |
| --- webkit/tools/test_shell/test_shell_switches.cc (revision 11286) |
| +++ webkit/tools/test_shell/test_shell_switches.cc (working copy) |
| @@ -71,5 +71,8 @@ |
| // to happen even if in layout test mode. |
| extern const wchar_t kGDB[] = L"gdb"; |
| +// Make functions of the Profiler class available in javascript |
| +extern const wchar_t kProfiler[] = L"profiler"; |
| + |
| } // namespace test_shell |