Upstream version 9.38.205.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_internal / src / org / xwalk / core / internal / XWalkSwitches.java
1 // Copyright (c) 2014 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 package org.xwalk.core.internal;
6
7 /**
8  * Contains all of the command line switches for crosswalk
9  */
10 public abstract class XWalkSwitches {
11     // Native switch - xwalk_switches::kXWalkProfileName
12     public static final String PROFILE_NAME = "profile-name";
13
14     // Prevent instantiation.
15     private XWalkSwitches() {}
16 }