blob: e89ff26e216a6896229907e5463487f6c0661e66 [file] [log] [blame]
[email protected]efb5f572012-01-29 10:57:331// 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]efb5f572012-01-29 10:57:339
10namespace switches {
11
[email protected]53d96fb2012-11-27 15:36:2712extern const char kAllowExternalPages[];
[email protected]87847d712012-05-22 18:55:2013extern const char kCheckLayoutTestSysDeps[];
[email protected]aae34062012-07-19 15:52:1514extern const char kContentBrowserTest[];
[email protected]e1cf85a22012-08-17 22:39:2315extern const char kContentShellDataPath[];
[email protected]86b36e672012-12-21 00:09:5116extern const char kDisableHeadlessForLayoutTests[];
[email protected]efb5f572012-01-29 10:57:3317extern const char kDumpRenderTree[];
[email protected]0989186e2013-03-06 09:43:4618extern const char kEnableAccelerated2DCanvas[];
[email protected]800672282012-12-20 12:13:2619extern const char kEnableSoftwareCompositing[];
[email protected]90b26102012-08-17 20:08:5720extern const char kNoTimeout[];
[email protected]4417c13f72012-09-05 04:24:5221extern const char kOutputLayoutTestDifferences[];
[email protected]efb5f572012-01-29 10:57:3322
23} // namespace switches
24
25#endif // CONTENT_SHELL_SHELL_SWITCHES_H_