X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchromeos%2Fchromeos_switches.cc;h=c6b3a5af079ac87cbb70396f3014fb93b945d1bc;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=26a8d20087602dfb9700e8725a8e2d3988506208;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chromeos/chromeos_switches.cc b/src/chromeos/chromeos_switches.cc index 26a8d20..c6b3a5a 100644 --- a/src/chromeos/chromeos_switches.cc +++ b/src/chromeos/chromeos_switches.cc @@ -56,12 +56,18 @@ const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui"; // Disables new Kiosk UI when kiosk apps are represented as user pods. const char kDisableNewKioskUI[] = "disable-new-kiosk-ui"; +// Disables the new File System Provider API based ZIP unpacker. +const char kDisableNewZIPUnpacker[] = "disable-new-zip-unpacker"; + // Disable Office Editing for Docs, Sheets & Slides component app so handlers // won't be registered, making it possible to install another version for // testing. const char kDisableOfficeEditingComponentApp[] = "disable-office-editing-component-extension"; +// Disables rollback option on reset screen. +const char kDisableRollbackOption[] = "disable-rollback-option"; + // Disables volume adjust sound. const char kDisableVolumeAdjustSound[] = "disable-volume-adjust-sound"; @@ -75,14 +81,29 @@ const char kEnableCarrierSwitching[] = "enable-carrier-switching"; // Enables the next generation version of ChromeVox. const char kEnableChromeVoxNext[] = "enable-chromevox-next"; +// Enables cloud backup feature. +const char kEnableCloudBackup[] = "enable-cloud-backup"; + // Enables consumer management, which allows user to enroll, remotely lock and // locate the device. const char kEnableConsumerManagement[] = "enable-consumer-management"; +// If this switch is set, the device cannot be remotely disabled by its owner. +const char kDisableDeviceDisabling[] = "disable-device-disabling"; + // If this switch is set, Chrome OS login screen uses |EmbeddedSignin| endpoint // of GAIA. const char kEnableEmbeddedSignin[] = "enable-embedded-signin"; +// If this switch is set, the new Korean IME will be available in +// chrome://settings/languages. +const char kEnableNewKoreanIme[] = "enable-new-korean-ime"; + +// If this switch is set, the US keyboard input method will provide suggestions +// as typing on physical keyboard. +const char kEnablePhysicalKeyboardAutocorrect[] = + "enable-physical-keyboard-autocorrect"; + // Enabled sharing assets for installed default apps. const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing"; @@ -90,9 +111,6 @@ const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing"; const char kEnableNetworkPortalNotification[] = "enable-network-portal-notification"; -// Enables rollback option on reset screen. -const char kEnableRollbackOption[] = "enable-rollback-option"; - // Enables touchpad three-finger-click as middle button. const char kEnableTouchpadThreeFingerClick[] = "enable-touchpad-three-finger-click";