summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorrsadam <rsadam@chromium.org>2015-05-05 10:40:56 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-05 17:41:38 +0000
commitba9ebf77f6014b403d974ccd0ddf28390b0a2423 (patch)
tree3aa3780f7397db250f49e7ec52b9086bd2b981a4 /chromeos
parent269875cf0d23881a7ad119bae730ff54fdd4dd0b (diff)
downloadchromium_src-ba9ebf77f6014b403d974ccd0ddf28390b0a2423.zip
chromium_src-ba9ebf77f6014b403d974ccd0ddf28390b0a2423.tar.gz
chromium_src-ba9ebf77f6014b403d974ccd0ddf28390b0a2423.tar.bz2
Migrates flags from InputViewConfig to KeyboardConfig.
This is the first step of getting rid of InputViewConfig. BUG=481556 Review URL: https://codereview.chromium.org/1129513003 Cr-Commit-Position: refs/heads/master@{#328352}
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/chromeos_switches.cc6
-rw-r--r--chromeos/chromeos_switches.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 509bea0..b3c074e9 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -115,9 +115,6 @@ const char kDisableDeviceDisabling[] = "disable-device-disabling";
// chrome://settings/languages.
const char kEnableNewKoreanIme[] = "enable-new-korean-ime";
-// If this switch is set, the input view keyboard will disable materia design.
-const char kDisableNewMDInputView[] = "disable-new-md-input-view";
-
// If this switch is set, the options for suggestions as typing on physical
// keyboard will be enabled.
const char kEnablePhysicalKeyboardAutocorrect[] =
@@ -128,9 +125,6 @@ const char kEnablePhysicalKeyboardAutocorrect[] =
const char kDisablePhysicalKeyboardAutocorrect[] =
"disable-physical-keyboard-autocorrect";
-// If this switch is set, the voice input will be disabled.
-const char kDisableVoiceInput[] = "disable-voice-input";
-
// Enabled sharing assets for installed default apps.
const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing";
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index bf6b582..eeafc2b 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -46,12 +46,10 @@ CHROMEOS_EXPORT extern const char kDisableMemoryPressureSystemChromeOS[];
CHROMEOS_EXPORT extern const char kDisableNetworkPortalNotification[];
CHROMEOS_EXPORT extern const char kDisableNewChannelSwitcherUI[];
CHROMEOS_EXPORT extern const char kDisableNewKioskUI[];
-CHROMEOS_EXPORT extern const char kDisableNewMDInputView[];
CHROMEOS_EXPORT extern const char kDisableNewZIPUnpacker[];
CHROMEOS_EXPORT extern const char kDisableOfficeEditingComponentApp[];
CHROMEOS_EXPORT extern const char kDisablePhysicalKeyboardAutocorrect[];
CHROMEOS_EXPORT extern const char kDisableRollbackOption[];
-CHROMEOS_EXPORT extern const char kDisableVoiceInput[];
CHROMEOS_EXPORT extern const char kDisableVolumeAdjustSound[];
CHROMEOS_EXPORT extern const char kDisableWakeOnWifi[];
CHROMEOS_EXPORT extern const char kEafeUrl[];