Upstream version 9.38.205.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / common / xwalk_switches.cc
index 38dfef5..43a6e71 100644 (file)
@@ -28,4 +28,9 @@ const char kXWalkAllowExternalExtensionsForRemoteSources[] =
 // state, e.g. cache, localStorage etc.
 const char kXWalkDataPath[] = "data-path";
 
+#if defined(OS_ANDROID)
+// Specifies the separated folder to save user data on Android.
+const char kXWalkProfileName[] = "profile-name";
+#endif
+
 }  // namespace switches