[email protected] | efb5f57 | 2012-01-29 10:57:33 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | // Defines all the "content_shell" command-line switches. | ||||
6 | |||||
7 | #ifndef CONTENT_SHELL_SHELL_SWITCHES_H_ | ||||
8 | #define CONTENT_SHELL_SHELL_SWITCHES_H_ | ||||
[email protected] | efb5f57 | 2012-01-29 10:57:33 | [diff] [blame] | 9 | |
10 | namespace switches { | ||||
11 | |||||
[email protected] | 53d96fb | 2012-11-27 15:36:27 | [diff] [blame] | 12 | extern const char kAllowExternalPages[]; |
[email protected] | 87847d71 | 2012-05-22 18:55:20 | [diff] [blame] | 13 | extern const char kCheckLayoutTestSysDeps[]; |
[email protected] | aae3406 | 2012-07-19 15:52:15 | [diff] [blame] | 14 | extern const char kContentBrowserTest[]; |
[email protected] | e1cf85a2 | 2012-08-17 22:39:23 | [diff] [blame] | 15 | extern const char kContentShellDataPath[]; |
[email protected] | 86b36e67 | 2012-12-21 00:09:51 | [diff] [blame] | 16 | extern const char kDisableHeadlessForLayoutTests[]; |
[email protected] | efb5f57 | 2012-01-29 10:57:33 | [diff] [blame] | 17 | extern const char kDumpRenderTree[]; |
[email protected] | 0989186e | 2013-03-06 09:43:46 | [diff] [blame] | 18 | extern const char kEnableAccelerated2DCanvas[]; |
[email protected] | 80067228 | 2012-12-20 12:13:26 | [diff] [blame] | 19 | extern const char kEnableSoftwareCompositing[]; |
[email protected] | 90b2610 | 2012-08-17 20:08:57 | [diff] [blame] | 20 | extern const char kNoTimeout[]; |
[email protected] | 4417c13f7 | 2012-09-05 04:24:52 | [diff] [blame] | 21 | extern const char kOutputLayoutTestDifferences[]; |
[email protected] | efb5f57 | 2012-01-29 10:57:33 | [diff] [blame] | 22 | |
23 | } // namespace switches | ||||
24 | |||||
25 | #endif // CONTENT_SHELL_SHELL_SWITCHES_H_ |