Upstream version 8.37.183.0
[platform/framework/web/crosswalk.git] / src / xwalk / extensions / common / xwalk_extension_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_EXTENSIONS_COMMON_XWALK_EXTENSION_SWITCHES_H_
6 #define XWALK_EXTENSIONS_COMMON_XWALK_EXTENSION_SWITCHES_H_
7
8 // This file contains switches that are used inside extensions/ code.
9 namespace switches {
10
11 extern const char kXWalkDisableExtensionProcess[];
12 extern const char kXWalkExtensionProcess[];
13 extern const char kXWalkExternalExtensionsPath[];
14 extern const char kXWalkExtensionCmdPrefix[];
15 extern const char kXWalkDisableExtensions[];
16
17 }  // namespace switches
18
19 #endif  // XWALK_EXTENSIONS_COMMON_XWALK_EXTENSION_SWITCHES_H_