Upstream version 7.35.136.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_switches.h
1 // Copyright (c) 2013 Intel Corporation. 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 #ifndef XWALK_RUNTIME_COMMON_XWALK_SWITCHES_H_
6 #define XWALK_RUNTIME_COMMON_XWALK_SWITCHES_H_
7
8 // Defines all command line switches for XWalk.
9 namespace switches {
10
11 extern const char kAppIcon[];
12 extern const char kDisablePnacl[];
13 extern const char kExperimentalFeatures[];
14 extern const char kFullscreen[];
15 extern const char kInstall[];
16 extern const char kListApplications[];
17 extern const char kListFeaturesFlags[];
18 extern const char kUninstall[];
19 extern const char kXWalkAllowExternalExtensionsForRemoteSources[];
20 extern const char kXWalkDataPath[];
21 extern const char kXWalkRunAsService[];
22
23 }  // namespace switches
24
25 #endif  // XWALK_RUNTIME_COMMON_XWALK_SWITCHES_H_