Skip to content

Commit

Permalink
Removed duplicated --auth-ext-path switch.
Browse files Browse the repository at this point in the history
BUG=none
TEST=none
TBR=sky

Review URL: https://codereview.chromium.org/207173002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258535 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
zelidrag@chromium.org committed Mar 21, 2014
1 parent 91add6a commit f74ef70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion chrome/browser/chromeos/login/oobe_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class OobeTest : public InProcessBrowserTest {
command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
command_line->AppendSwitchASCII(
chromeos::switches::kAuthExtensionPath, "gaia_auth");
::switches::kAuthExtensionPath, "gaia_auth");
fake_gaia_.Initialize();
}

Expand Down
3 changes: 0 additions & 3 deletions chromeos/chromeos_switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ const char kAppOemManifestFile[] = "app-mode-oem-manifest";
// Possible values: parallel|postpone. Default: parallel.
const char kAshWebUIInit[] = "ash-webui-init";

// Enables overriding the path for the default authentication extension.
const char kAuthExtensionPath[] = "auth-ext-path";

// Forces the stub implementation of dbus clients.
const char kDbusStub[] = "dbus-stub";

Expand Down
1 change: 0 additions & 1 deletion chromeos/chromeos_switches.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ namespace switches {
// Please keep alphabetized.
CHROMEOS_EXPORT extern const char kAppOemManifestFile[];
CHROMEOS_EXPORT extern const char kAshWebUIInit[];
CHROMEOS_EXPORT extern const char kAuthExtensionPath[];
CHROMEOS_EXPORT extern const char kDbusStub[];
CHROMEOS_EXPORT extern const char kDerelictDetectionTimeout[];
CHROMEOS_EXPORT extern const char kDerelictIdleTimeout[];
Expand Down

0 comments on commit f74ef70

Please sign in to comment.