Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / chromeos_switches.cc
index ac0e50c..9366dbd 100644 (file)
@@ -37,9 +37,6 @@ const char kDisableBootAnimation[] = "disable-boot-animation";
 // Disables the ChromeOS demo.
 const char kDisableDemoMode[] = "disable-demo-mode";
 
-// Disable Genius App and use the original Help App instead.
-const char kDisableGeniusApp[] = "disable-genius-app";
-
 // Disable HID-detection OOBE screen.
 const char kDisableHIDDetectionOnOOBE[] = "disable-hid-detection-on-oobe";
 
@@ -72,14 +69,16 @@ const char kDisableNetworkPortalNotification[] =
 // Enables switching between different cellular carriers from the UI.
 const char kEnableCarrierSwitching[] = "enable-carrier-switching";
 
-// Enables the next generation version of ChromeVox. Only valid with
-// use_chromevox_next=1 within your GYP_DEFINES.
+// Enables the next generation version of ChromeVox.
 const char kEnableChromeVoxNext[] = "enable-chromevox-next";
 
 // Enables consumer management, which allows user to enroll, remotely lock and
 // locate the device.
 const char kEnableConsumerManagement[] = "enable-consumer-management";
 
+// Enable Easy sign-in.
+const char kEnableEasySignin[] = "enable-easy-signin";
+
 // If this switch is set, Chrome OS login screen uses |EmbeddedSignin| endpoint
 // of GAIA.
 const char kEnableEmbeddedSignin[] = "enable-embedded-signin";
@@ -87,9 +86,6 @@ const char kEnableEmbeddedSignin[] = "enable-embedded-signin";
 // Enabled sharing assets for installed default apps.
 const char kEnableExtensionAssetsSharing[]  = "enable-extension-assets-sharing";
 
-// Enables MTP support in Files.app.
-const char kEnableFileManagerMTP[] = "enable-filemanager-mtp";
-
 // Enables notifications about captive portals in session.
 const char kEnableNetworkPortalNotification[] =
     "enable-network-portal-notification";
@@ -131,10 +127,6 @@ const char kEnterpriseEnrollmentModulusLimit[] =
 const char kEnterpriseEnrollmentSkipRobotAuth[] =
     "enterprise-enrollment-skip-robot-auth";
 
-// Enables the new gallery in the Files.app.
-const char kFileManagerEnableNewGallery[] =
-    "file-manager-enable-new-gallery";
-
 // Enables the chromecast support for video player app.
 const char kEnableVideoPlayerChromecastSupport[] =
     "enable-video-player-chromecast-support";
@@ -161,6 +153,9 @@ const char kHasChromeOSDiamondKey[] = "has-chromeos-diamond-key";
 // Defines user homedir. This defaults to primary user homedir.
 const char kHomedir[]           = "homedir";
 
+// With this switch, start remora OOBE with the pairing screen.
+const char kHostPairingOobe[] = "host-pairing-oobe";
+
 // If true, profile selection in UserManager will always return active user's
 // profile.
 // TODO(nkostlyev): http://crbug.com/364604 - Get rid of this switch after we
@@ -220,14 +215,6 @@ const char kPowerStub[] = "power-stub";
 //  'interactive=3' - Interactive mode, connect/scan/etc requests take 3 secs
 const char kShillStub[] = "shill-stub";
 
-// If this switch is set, controller pairing process is displayed after update
-// stage of OOBE.
-const char kShowControllerPairingDemo[] = "show-controller-pairing-demo";
-
-// If this switch is set, controller pairing process is displayed after update
-// stage of OOBE.
-const char kShowHostPairingDemo[] = "show-host-pairing-demo";
-
 // Sends test messages on first call to RequestUpdate (stub only).
 const char kSmsTestMessages[] = "sms-test-messages";
 
@@ -245,6 +232,9 @@ const char kForceFirstRunUI[] = "force-first-run-ui";
 // Enables testing for auto update UI.
 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
 
+// Enables waking the device based on the receipt of some network packets.
+const char kWakeOnPackets[] = "wake-on-packets";
+
 // Screenshot testing: specifies the directory where the golden screenshots are
 // stored.
 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";