summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorcylee <cylee@chromium.org>2014-09-18 12:12:40 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-18 19:12:54 +0000
commit15e2397e16d44d12199bea0069fd8b5d16d354fb (patch)
tree5915c178e588a3f7185ace81312d98af728b4711 /chromeos
parent35df204ba23a4d5c13b693bac9c4dd583ce36064 (diff)
downloadchromium_src-15e2397e16d44d12199bea0069fd8b5d16d354fb.zip
chromium_src-15e2397e16d44d12199bea0069fd8b5d16d354fb.tar.gz
chromium_src-15e2397e16d44d12199bea0069fd8b5d16d354fb.tar.bz2
Remove flag --disable-genius-app since it's been public launched for several milestones
BUG=chromium:350245 Review URL: https://codereview.chromium.org/581583003 Cr-Commit-Position: refs/heads/master@{#295517}
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/chromeos_switches.cc3
-rw-r--r--chromeos/chromeos_switches.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 6e4081b..67071ee 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -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";
diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
index 76fce27..4b270e5 100644
--- a/chromeos/chromeos_switches.h
+++ b/chromeos/chromeos_switches.h
@@ -30,7 +30,6 @@ CHROMEOS_EXPORT extern const char kDerelictIdleTimeout[];
CHROMEOS_EXPORT extern const char kDisableBootAnimation[];
CHROMEOS_EXPORT extern const char kDisableDemoMode[];
CHROMEOS_EXPORT extern const char kDisableGaiaServices[];
-CHROMEOS_EXPORT extern const char kDisableGeniusApp[];
CHROMEOS_EXPORT extern const char kDisableHIDDetectionOnOOBE[];
CHROMEOS_EXPORT extern const char kDisableLoginAnimations[];
CHROMEOS_EXPORT extern const char kDisableLoginScrollIntoView[];