OLD | NEW |
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Defines all the command-line switches used by Chrome. | 5 // Defines all the command-line switches used by Chrome. |
6 | 6 |
7 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ | 7 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ |
8 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ | 8 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ |
9 | 9 |
10 namespace test_shell { | 10 namespace test_shell { |
(...skipping 17 matching lines...) Expand all Loading... |
28 extern const char kCacheDir[]; | 28 extern const char kCacheDir[]; |
29 extern const char kDebugMemoryInUse[]; | 29 extern const char kDebugMemoryInUse[]; |
30 extern const char kEnableFileCookies[]; | 30 extern const char kEnableFileCookies[]; |
31 extern const char kEnableTracing[]; | 31 extern const char kEnableTracing[]; |
32 extern const char kAllowScriptsToCloseWindows[]; | 32 extern const char kAllowScriptsToCloseWindows[]; |
33 extern const char kCheckLayoutTestSystemDeps[]; | 33 extern const char kCheckLayoutTestSystemDeps[]; |
34 extern const char kGDB[]; | 34 extern const char kGDB[]; |
35 extern const char kProfiler[]; | 35 extern const char kProfiler[]; |
36 extern const char kHeapProfiler[]; | 36 extern const char kHeapProfiler[]; |
37 extern const char kAllowExternalPages[]; | 37 extern const char kAllowExternalPages[]; |
38 extern const char kEnableHtml5Parser[]; | 38 extern const char kEnableLegacyParser[]; |
39 | 39 |
40 } // namespace test_shell | 40 } // namespace test_shell |
41 | 41 |
42 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ | 42 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ |
OLD | NEW |