Upstream version 9.38.205.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_switches.h
index dc5ac54..642a769 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 {
 
@@ -16,6 +18,10 @@ extern const char kListFeaturesFlags[];
 extern const char kXWalkAllowExternalExtensionsForRemoteSources[];
 extern const char kXWalkDataPath[];
 
+#if defined(OS_ANDROID)
+extern const char kXWalkProfileName[];
+#endif
+
 }  // namespace switches
 
 #endif  // XWALK_RUNTIME_COMMON_XWALK_SWITCHES_H_