summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authornkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 11:34:31 +0000
committernkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 11:34:31 +0000
commitd32c1aee33516297d8fcc4e6e29404af26f2945d (patch)
treed0d6555e1802d8c52766825b6b0ca8ed59535467 /chrome/common
parent3c39495844df319dbeb35b5ace5a8c505d1dc782 (diff)
downloadchromium_src-d32c1aee33516297d8fcc4e6e29404af26f2945d.zip
chromium_src-d32c1aee33516297d8fcc4e6e29404af26f2945d.tar.gz
chromium_src-d32c1aee33516297d8fcc4e6e29404af26f2945d.tar.bz2
[cros] Remove PasswordChangedView dialog
BUG=124218 TEST=compiles, tests pass TBR=sky Review URL: https://codereview.chromium.org/12302021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183475 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc4
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 21303ab..65e4aff 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1453,10 +1453,6 @@ const char kDisableLoginAnimations[] = "disable-login-animations";
// Disables new OOBE/sign in design.
const char kDisableNewOobe[] = "disable-new-oobe";
-// Disables new password changed dialog (WebUI).
-const char kDisableNewPasswordChangedDialog[] =
- "disable-new-password-changed-dialog";
-
// Avoid doing animations upon oobe.
const char kDisableOobeAnimation[] = "disable-oobe-animation";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index db9bcca..448317a 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -399,7 +399,6 @@ extern const char kDisableChromeCaptivePortalDetector[];
extern const char kDisableDrive[];
extern const char kDisableLoginAnimations[];
extern const char kDisableNewOobe[];
-extern const char kDisableNewPasswordChangedDialog[];
extern const char kDisableOobeAnimation[];
extern const char kDisableStubEthernet[];
extern const char kEnableAppMode[];