Upstream version 11.39.264.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_switches.h
index 98c8f23..049e3fb 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef XWALK_RUNTIME_COMMON_XWALK_SWITCHES_H_
 #define XWALK_RUNTIME_COMMON_XWALK_SWITCHES_H_
 
+#include "build/build_config.h"
+
 // Defines all command line switches for XWalk.
 namespace switches {
 
@@ -12,13 +14,14 @@ extern const char kAppIcon[];
 extern const char kDisablePnacl[];
 extern const char kExperimentalFeatures[];
 extern const char kFullscreen[];
-extern const char kInstall[];
-extern const char kListApplications[];
 extern const char kListFeaturesFlags[];
-extern const char kUninstall[];
 extern const char kXWalkAllowExternalExtensionsForRemoteSources[];
 extern const char kXWalkDataPath[];
-extern const char kXWalkRunAsService[];
+extern const char kXWalkDisableSharedProcessMode[];
+
+#if defined(OS_ANDROID)
+extern const char kXWalkProfileName[];
+#endif
 
 }  // namespace switches